#42899F

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

Shades of Hippie Blue #42899F

Tints of Hippie Blue #42899F

Color information

#42899F (or 0x42899F) is unknown color: approx Hippie Blue. HEX triplet: 42, 89 and 9F. RGB value is (66,137,159). Sum of RGB (Red+Green+Blue) = 66+137+159=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #42899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42899F is #BD7660. Grayscale: #767676. Windows color (decimal): -12416609 or 10455362. OLE color: 10455362.

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

Color convert

RGB66137159-
CMYK0.580.1400.38
HSL194.19º41.33%44.12%-
HSV(B)194.19º58.49%62.35%-
XYZ17.4521.5536.04-
YUV118.28150.9890.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=18.23%
G=37.85%
B=43.92%

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
Decimal661371590.580.1400.38194.1941.3344.12
Hex42899F3AE026c2292c
Octal10221123772160463025154
Binary100001010001001100111111110101110010011011000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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