#42919F

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

Shades of Hippie Blue #42919F

Tints of Hippie Blue #42919F

Color information

#42919F (or 0x42919F) is unknown color: approx Hippie Blue. HEX triplet: 42, 91 and 9F. RGB value is (66,145,159). Sum of RGB (Red+Green+Blue) = 66+145+159=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #42919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42919F is #BD6E60. Grayscale: #7A7A7A. Windows color (decimal): -12414561 or 10457410. OLE color: 10457410.

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

Color convert

RGB66145159-
CMYK0.580.0900.38
HSL189.03º41.33%44.12%-
HSV(B)189.03º58.49%62.35%-
XYZ18.6323.9136.43-
YUV122.98148.3387.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=17.84%
G=39.19%
B=42.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661451590.580.0900.38189.0341.3344.12
Hex42919F3A9026bd292c
Octal10222123772110462755154
Binary100001010010001100111111110101001010011010111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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