#42859D

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

Shades of Hippie Blue #42859D

Tints of Hippie Blue #42859D

Color information

#42859D (or 0x42859D) is unknown color: approx Hippie Blue. HEX triplet: 42, 85 and 9D. RGB value is (66,133,157). Sum of RGB (Red+Green+Blue) = 66+133+157=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #42859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42859D is #BD7A62. Grayscale: #737373. Windows color (decimal): -12417635 or 10323266. OLE color: 10323266.

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

Color convert

RGB66133157-
CMYK0.580.1500.38
HSL195.82º40.81%43.73%-
HSV(B)195.82º57.96%61.57%-
XYZ16.7220.3734.95-
YUV115.7151.392.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=18.54%
G=37.36%
B=44.10%

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
Decimal661331570.580.1500.38195.8240.8143.73
Hex42859D3AF026c4292c
Octal10220523572170463045154
Binary100001010000101100111011110101111010011011000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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