#42899E

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

Shades of Hippie Blue #42899E

Tints of Hippie Blue #42899E

Color information

#42899E (or 0x42899E) is unknown color: approx Hippie Blue. HEX triplet: 42, 89 and 9E. RGB value is (66,137,158). Sum of RGB (Red+Green+Blue) = 66+137+158=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #42899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42899E is #BD7661. Grayscale: #767676. Windows color (decimal): -12416610 or 10389826. OLE color: 10389826.

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

Color convert

RGB66137158-
CMYK0.580.1300.38
HSL193.7º41.07%43.92%-
HSV(B)193.7º58.23%61.96%-
XYZ17.3621.5235.59-
YUV118.16150.4890.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=18.28%
G=37.95%
B=43.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661371580.580.1300.38193.741.0743.92
Hex42899E3AD026c2292c
Octal10221123672150463025154
Binary100001010001001100111101110101101010011011000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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