Html Css Color HEX #448795 Hippie Blue

📋 copy color: '#448795'

red 68 ◦ green 135 ◦ blue 149

#448795
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #448795

Tints of Hippie Blue #448795

RGB

 RED value IS 68 (26.95% from 255) = 19.32%

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 19.32%
G = 38.35%
B = 42.33%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#448795 (or 0x448795) is known color: Hippie Blue. HEX triplet: 44, 87 and 95. RGB value is (68,135,149). Sum of RGB (Red+Green+Blue) = 68+135+149=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #448795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448795 is #BB786A. Grayscale: #747474. Windows color (decimal): -12286059 or 9799492. OLE color: 9799492.

HSL color Cylindrical-coordinate representation of color #448795: hue angle of 190.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448795 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 135 149 -
CMYK 0.54 0.09 0 0.42
HSL 190.37º 0.37% 0.43% -
HSV(B) 190.37º 0.54% 0.58% -
XYZ 16.47 20.73 31.57 -
YUV 116.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 68 135 149 0.54 0.09 0 0.42 190.37 0.37 0.43
Hex 44 87 95 36 9 0 2A BE 25 2B
Octal 104 207 225 66 11 0 52 276 45 53
Binary 1000100 10000111 10010101 110110 1001 0 101010 10111110 100101 101011

Color Harmonies of #448795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448795

Black with #448795

Text Example


Text Example

White with #448795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448795; }

 p { color: rgb(68,135,149); }

 H1.HeaderClassName
 {
   color: #448795;
 }
 .AnyTagClassName
 {
   color: #448795;
 }
</style>

background-color css

<style>
 a { background-color: #448795; }

 a { background-color: rgb(68,135,149); }

 div.DivClassName
 {
   background-color: #448795;
 }
 .BgClassName
 {
   background-color: #448795;
 }
</style>

border-color css

<style>
 span { border-color: #448795; }

 span { border-color: rgb(68,135,149); }

 td.TdClassName
 {
   border-color: #448795;
 }
 .TagClassName
 {
   border-color: #448795;
 }
</style>