#42909E

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

Shades of Hippie Blue #42909E

Tints of Hippie Blue #42909E

Color information

#42909E (or 0x42909E) is unknown color: approx Hippie Blue. HEX triplet: 42, 90 and 9E. RGB value is (66,144,158). Sum of RGB (Red+Green+Blue) = 66+144+158=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #42909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42909E is #BD6F61. Grayscale: #7A7A7A. Windows color (decimal): -12414818 or 10391618. OLE color: 10391618.

HSL color Cylindrical-coordinate representation of color #42909E: hue angle of 189.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42909E is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66144158-
CMYK0.580.0900.38
HSL189.13º41.07%43.92%-
HSV(B)189.13º58.23%61.96%-
XYZ18.3923.5735.93-
YUV122.27148.1687.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=17.93%
G=39.13%
B=42.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661441580.580.0900.38189.1341.0743.92
Hex42909E3A9026bd292c
Octal10222023672110462755154
Binary100001010010000100111101110101001010011010111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42909E; }

 p { color: rgb(66,144,158); }

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

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

 a { background-color: rgb(66,144,158); }

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

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

 span { border-color: rgb(66,144,158); }

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