#448E9B

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

Shades of Hippie Blue #448E9B

Tints of Hippie Blue #448E9B

Color information

#448E9B (or 0x448E9B) is unknown color: approx Hippie Blue. HEX triplet: 44, 8E and 9B. RGB value is (68,142,155). Sum of RGB (Red+Green+Blue) = 68+142+155=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #448E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E9B is #BB7164. Grayscale: #797979. Windows color (decimal): -12284261 or 10194500. OLE color: 10194500.

HSL color Cylindrical-coordinate representation of color #448E9B: hue angle of 188.97º 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 #448E9B is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68142155-
CMYK0.560.0800.39
HSL188.97º39.01%43.73%-
HSV(B)188.97º56.13%60.78%-
XYZ17.9722.9434.49-
YUV121.36146.9889.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=18.63%
G=38.90%
B=42.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681421550.560.0800.39188.9739.0143.73
Hex448E9B388027bd272c
Octal10421623370100472754754
Binary100010010001110100110111110001000010011110111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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