Html Css Color HEX #448496 Hippie Blue

📋 copy color: '#448496'

red 68 ◦ green 132 ◦ blue 150

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

Shades of Hippie Blue #448496

Tints of Hippie Blue #448496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

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

R = 19.43%
G = 37.71%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#448496 (or 0x448496) is known color: Hippie Blue. HEX triplet: 44, 84 and 96. RGB value is (68,132,150). Sum of RGB (Red+Green+Blue) = 68+132+150=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #448496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448496 is #BB7B69. Grayscale: #727272. Windows color (decimal): -12286826 or 9864260. OLE color: 9864260.

HSL color Cylindrical-coordinate representation of color #448496: hue angle of 193.17º 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 #448496 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 132 150 -
CMYK 0.55 0.12 0 0.41
HSL 193.17º 0.38% 0.43% -
HSV(B) 193.17º 0.55% 0.59% -
XYZ 16.14 19.93 31.85 -
YUV 114.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 68 132 150 0.55 0.12 0 0.41 193.17 0.38 0.43
Hex 44 84 96 37 C 0 29 C1 26 2B
Octal 104 204 226 67 14 0 51 301 46 53
Binary 1000100 10000100 10010110 110111 1100 0 101001 11000001 100110 101011

Color Harmonies of #448496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448496

Black with #448496

Text Example


Text Example

White with #448496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448496; }

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

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

background-color css

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

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

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

border-color css

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

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

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