#42869F

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

Shades of Hippie Blue #42869F

Tints of Hippie Blue #42869F

Color information

#42869F (or 0x42869F) is unknown color: approx Hippie Blue. HEX triplet: 42, 86 and 9F. RGB value is (66,134,159). Sum of RGB (Red+Green+Blue) = 66+134+159=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #42869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42869F is #BD7960. Grayscale: #747474. Windows color (decimal): -12417377 or 10454594. OLE color: 10454594.

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

Color convert

RGB66134159-
CMYK0.580.1600.38
HSL196.13º41.33%44.12%-
HSV(B)196.13º58.49%62.35%-
XYZ17.0320.7135.9-
YUV116.52151.9791.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=18.38%
G=37.33%
B=44.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661341590.580.1600.38196.1341.3344.12
Hex42869F3A10026c4292c
Octal10220623772200463045154
Binary1000010100001101001111111101010000010011011000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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