#42869E

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

Shades of Hippie Blue #42869E

Tints of Hippie Blue #42869E

Color information

#42869E (or 0x42869E) is unknown color: approx Hippie Blue. HEX triplet: 42, 86 and 9E. RGB value is (66,134,158). Sum of RGB (Red+Green+Blue) = 66+134+158=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #42869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42869E is #BD7961. Grayscale: #747474. Windows color (decimal): -12417378 or 10389058. OLE color: 10389058.

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

Color convert

RGB66134158-
CMYK0.580.1500.38
HSL195.65º41.07%43.92%-
HSV(B)195.65º58.23%61.96%-
XYZ16.9420.6835.45-
YUV116.4151.4792.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=18.44%
G=37.43%
B=44.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661341580.580.1500.38195.6541.0743.92
Hex42869E3AF026c4292c
Octal10220623672170463045154
Binary100001010000110100111101110101111010011011000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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