#42889E

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

Shades of Hippie Blue #42889E

Tints of Hippie Blue #42889E

Color information

#42889E (or 0x42889E) is unknown color: approx Hippie Blue. HEX triplet: 42, 88 and 9E. RGB value is (66,136,158). Sum of RGB (Red+Green+Blue) = 66+136+158=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #42889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42889E is #BD7761. Grayscale: #757575. Windows color (decimal): -12416866 or 10389570. OLE color: 10389570.

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

Color convert

RGB66136158-
CMYK0.580.1400.38
HSL194.35º41.07%43.92%-
HSV(B)194.35º58.23%61.96%-
XYZ17.2221.2435.54-
YUV117.58150.8191.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.33%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=18.33%
G=37.78%
B=43.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661361580.580.1400.38194.3541.0743.92
Hex42889E3AE026c2292c
Octal10221023672160463025154
Binary100001010001000100111101110101110010011011000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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