#42839E

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

Shades of Hippie Blue #42839E

Tints of Hippie Blue #42839E

Color information

#42839E (or 0x42839E) is unknown color: approx Hippie Blue. HEX triplet: 42, 83 and 9E. RGB value is (66,131,158). Sum of RGB (Red+Green+Blue) = 66+131+158=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #42839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42839E is #BD7C61. Grayscale: #727272. Windows color (decimal): -12418146 or 10388290. OLE color: 10388290.

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

Color convert

RGB66131158-
CMYK0.580.1700.38
HSL197.61º41.07%43.92%-
HSV(B)197.61º58.23%61.96%-
XYZ16.5319.8635.31-
YUV114.64152.4793.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=18.59%
G=36.90%
B=44.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661311580.580.1700.38197.6141.0743.92
Hex42839E3A11026c6292c
Octal10220323672210463065154
Binary1000010100000111001111011101010001010011011000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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