Html Css Color HEX #448196 Hippie Blue

📋 copy color: '#448196'

red 68 ◦ green 129 ◦ blue 150

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

Shades of Hippie Blue #448196

Tints of Hippie Blue #448196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 19.6%
G = 37.18%
B = 43.23%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#448196 (or 0x448196) is known color: Hippie Blue. HEX triplet: 44, 81 and 96. RGB value is (68,129,150). Sum of RGB (Red+Green+Blue) = 68+129+150=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #448196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448196 is #BB7E69. Grayscale: #717171. Windows color (decimal): -12287594 or 9863492. OLE color: 9863492.

HSL color Cylindrical-coordinate representation of color #448196: hue angle of 195.37º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448196 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 129 150 -
CMYK 0.55 0.14 0 0.41
HSL 195.37º 0.38% 0.43% -
HSV(B) 195.37º 0.55% 0.59% -
XYZ 15.74 19.13 31.72 -
YUV 113.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 68 129 150 0.55 0.14 0 0.41 195.37 0.38 0.43
Hex 44 81 96 37 E 0 29 C3 26 2B
Octal 104 201 226 67 16 0 51 303 46 53
Binary 1000100 10000001 10010110 110111 1110 0 101001 11000011 100110 101011

Color Harmonies of #448196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448196

Black with #448196

Text Example


Text Example

White with #448196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448196; }

 p { color: rgb(68,129,150); }

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

background-color css

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

 a { background-color: rgb(68,129,150); }

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

border-color css

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

 span { border-color: rgb(68,129,150); }

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