#42879A

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

Shades of Hippie Blue #42879A

Tints of Hippie Blue #42879A

Color information

#42879A (or 0x42879A) is unknown color: approx Hippie Blue. HEX triplet: 42, 87 and 9A. RGB value is (66,135,154). Sum of RGB (Red+Green+Blue) = 66+135+154=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #42879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42879A is #BD7865. Grayscale: #747474. Windows color (decimal): -12417126 or 10127170. OLE color: 10127170.

HSL color Cylindrical-coordinate representation of color #42879A: hue angle of 192.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42879A is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66135154-
CMYK0.570.1200.40
HSL192.95º40%43.14%-
HSV(B)192.95º57.14%60.39%-
XYZ16.7420.8233.71-
YUV116.53149.1491.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=18.59%
G=38.03%
B=43.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661351540.570.1200.40192.954043.14
Hex42879A39C028c1282b
Octal10220723271140503015053
Binary100001010000111100110101110011100010100011000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42879A; }

 p { color: rgb(66,135,154); }

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

<style>
 a { background-color: #42879A; }

 a { background-color: rgb(66,135,154); }

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

<style>
 span { border-color: #42879A; }

 span { border-color: rgb(66,135,154); }

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