#42849D

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

Shades of Hippie Blue #42849D

Tints of Hippie Blue #42849D

Color information

#42849D (or 0x42849D) is unknown color: approx Hippie Blue. HEX triplet: 42, 84 and 9D. RGB value is (66,132,157). Sum of RGB (Red+Green+Blue) = 66+132+157=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #42849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42849D is #BD7B62. Grayscale: #727272. Windows color (decimal): -12417891 or 10323010. OLE color: 10323010.

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

Color convert

RGB66132157-
CMYK0.580.1600.38
HSL196.48º40.81%43.73%-
HSV(B)196.48º57.96%61.57%-
XYZ16.5820.134.9-
YUV115.12151.6392.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=18.59%
G=37.18%
B=44.23%

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
Decimal661321570.580.1600.38196.4840.8143.73
Hex42849D3A10026c4292c
Octal10220423572200463045154
Binary1000010100001001001110111101010000010011011000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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