#42909D

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

Shades of Hippie Blue #42909D

Tints of Hippie Blue #42909D

Color information

#42909D (or 0x42909D) is unknown color: approx Hippie Blue. HEX triplet: 42, 90 and 9D. RGB value is (66,144,157). Sum of RGB (Red+Green+Blue) = 66+144+157=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #42909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42909D is #BD6F62. Grayscale: #7A7A7A. Windows color (decimal): -12414819 or 10326082. OLE color: 10326082.

HSL color Cylindrical-coordinate representation of color #42909D: hue angle of 188.57º 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 #42909D is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66144157-
CMYK0.580.0800.38
HSL188.57º40.81%43.73%-
HSV(B)188.57º57.96%61.57%-
XYZ18.3123.5435.48-
YUV122.16147.6687.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=17.98%
G=39.24%
B=42.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661441570.580.0800.38188.5740.8143.73
Hex42909D3A8026bd292c
Octal10222023572100462755154
Binary100001010010000100111011110101000010011010111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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