#42829F

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

Shades of Hippie Blue #42829F

Tints of Hippie Blue #42829F

Color information

#42829F (or 0x42829F) is unknown color: approx Hippie Blue. HEX triplet: 42, 82 and 9F. RGB value is (66,130,159). Sum of RGB (Red+Green+Blue) = 66+130+159=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #42829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42829F is #BD7D60. Grayscale: #717171. Windows color (decimal): -12418401 or 10453570. OLE color: 10453570.

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

Color convert

RGB66130159-
CMYK0.580.1800.38
HSL198.71º41.33%44.12%-
HSV(B)198.71º58.49%62.35%-
XYZ16.4919.6335.72-
YUV114.17153.393.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=18.59%
G=36.62%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661301590.580.1800.38198.7141.3344.12
Hex42829F3A12026c7292c
Octal10220223772220463075154
Binary1000010100000101001111111101010010010011011000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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