#42889B

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

Shades of Hippie Blue #42889B

Tints of Hippie Blue #42889B

Color information

#42889B (or 0x42889B) is unknown color: approx Hippie Blue. HEX triplet: 42, 88 and 9B. RGB value is (66,136,155). Sum of RGB (Red+Green+Blue) = 66+136+155=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #42889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42889B is #BD7764. Grayscale: #757575. Windows color (decimal): -12416869 or 10192962. OLE color: 10192962.

HSL color Cylindrical-coordinate representation of color #42889B: hue angle of 192.81º 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 #42889B is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB66136155-
CMYK0.570.1200.39
HSL192.81º40.27%43.33%-
HSV(B)192.81º57.42%60.78%-
XYZ16.9721.1334.2-
YUV117.24149.3191.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=18.49%
G=38.10%
B=43.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661361550.570.1200.39192.8140.2743.33
Hex42889B39C027c1282b
Octal10221023371140473015053
Binary100001010001000100110111110011100010011111000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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