#42929F

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

Shades of Hippie Blue #42929F

Tints of Hippie Blue #42929F

Color information

#42929F (or 0x42929F) is unknown color: approx Hippie Blue. HEX triplet: 42, 92 and 9F. RGB value is (66,146,159). Sum of RGB (Red+Green+Blue) = 66+146+159=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #42929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42929F is #BD6D60. Grayscale: #7B7B7B. Windows color (decimal): -12414305 or 10457666. OLE color: 10457666.

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

Color convert

RGB66146159-
CMYK0.580.0800.38
HSL188.39º41.33%44.12%-
HSV(B)188.39º58.49%62.35%-
XYZ18.7824.2236.49-
YUV123.5614886.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=17.79%
G=39.35%
B=42.86%

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
Decimal661461590.580.0800.38188.3941.3344.12
Hex42929F3A8026bc292c
Octal10222223772100462745154
Binary100001010010010100111111110101000010011010111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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