#42899D

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

Shades of Hippie Blue #42899D

Tints of Hippie Blue #42899D

Color information

#42899D (or 0x42899D) is unknown color: approx Hippie Blue. HEX triplet: 42, 89 and 9D. RGB value is (66,137,157). Sum of RGB (Red+Green+Blue) = 66+137+157=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #42899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42899D is #BD7662. Grayscale: #757575. Windows color (decimal): -12416611 or 10324290. OLE color: 10324290.

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

Color convert

RGB66137157-
CMYK0.580.1300.38
HSL193.19º40.81%43.73%-
HSV(B)193.19º57.96%61.57%-
XYZ17.2821.4835.13-
YUV118.05149.9890.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.33%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=18.33%
G=38.06%
B=43.61%

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
Decimal661371570.580.1300.38193.1940.8143.73
Hex42899D3AD026c1292c
Octal10221123572150463015154
Binary100001010001001100111011110101101010011011000001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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