#42849F

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

Shades of Hippie Blue #42849F

Tints of Hippie Blue #42849F

Color information

#42849F (or 0x42849F) is unknown color: approx Hippie Blue. HEX triplet: 42, 84 and 9F. RGB value is (66,132,159). Sum of RGB (Red+Green+Blue) = 66+132+159=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #42849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42849F is #BD7B60. Grayscale: #737373. Windows color (decimal): -12417889 or 10454082. OLE color: 10454082.

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

Color convert

RGB66132159-
CMYK0.580.1700.38
HSL197.42º41.33%44.12%-
HSV(B)197.42º58.49%62.35%-
XYZ16.7620.1635.81-
YUV115.34152.6392.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=18.49%
G=36.97%
B=44.54%

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
Decimal661321590.580.1700.38197.4241.3344.12
Hex42849F3A11026c5292c
Octal10220423772210463055154
Binary1000010100001001001111111101010001010011011000101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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