#42859B

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

Shades of Hippie Blue #42859B

Tints of Hippie Blue #42859B

Color information

#42859B (or 0x42859B) is unknown color: approx Hippie Blue. HEX triplet: 42, 85 and 9B. RGB value is (66,133,155). Sum of RGB (Red+Green+Blue) = 66+133+155=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #42859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42859B is #BD7A64. Grayscale: #737373. Windows color (decimal): -12417637 or 10192194. OLE color: 10192194.

HSL color Cylindrical-coordinate representation of color #42859B: hue angle of 194.83º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42859B is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66133155-
CMYK0.570.1400.39
HSL194.83º40.27%43.33%-
HSV(B)194.83º57.42%60.78%-
XYZ16.5520.334.06-
YUV115.48150.392.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=18.64%
G=37.57%
B=43.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661331550.570.1400.39194.8340.2743.33
Hex42859B39E027c3282b
Octal10220523371160473035053
Binary100001010000101100110111110011110010011111000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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