#448E9C

Color #448E9C Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #448E9C

Tints of Hippie Blue #448E9C

Color information

#448E9C (or 0x448E9C) is unknown color: approx Hippie Blue. HEX triplet: 44, 8E and 9C. RGB value is (68,142,156). Sum of RGB (Red+Green+Blue) = 68+142+156=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #448E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E9C is #BB7163. Grayscale: #797979. Windows color (decimal): -12284260 or 10260036. OLE color: 10260036.

HSL color Cylindrical-coordinate representation of color #448E9C: hue angle of 189.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448E9C is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68142156-
CMYK0.560.0900.39
HSL189.55º39.29%43.92%-
HSV(B)189.55º56.41%61.18%-
XYZ18.0622.9834.94-
YUV121.47147.4889.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 142 (55.86% from 255) = 38.80%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=18.58%
G=38.80%
B=42.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681421560.560.0900.39189.5539.2943.92
Hex448E9C389027be272c
Octal10421623470110472764754
Binary100010010001110100111001110001001010011110111110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448E9C; }

 p { color: rgb(68,142,156); }

 H1.HeaderClassName
 {
   color: #448E9C;
 }
 .AnyTagClassName
 {
   color: #448E9C;
 }
</style>
background-color css

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

 a { background-color: rgb(68,142,156); }

 div.DivClassName
 {
   background-color: #448E9C;
 }
 .BgClassName
 {
   background-color: #448E9C;
 }
</style>
border-color css

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

 span { border-color: rgb(68,142,156); }

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