#42919A

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

Shades of Blue Chill #42919A

Tints of Blue Chill #42919A

Color information

#42919A (or 0x42919A) is unknown color: approx Blue Chill. HEX triplet: 42, 91 and 9A. RGB value is (66,145,154). Sum of RGB (Red+Green+Blue) = 66+145+154=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #42919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42919A is #BD6E65. Grayscale: #7A7A7A. Windows color (decimal): -12414566 or 10129730. OLE color: 10129730.

HSL color Cylindrical-coordinate representation of color #42919A: hue angle of 186.14º 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 #42919A is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66145154-
CMYK0.570.0600.40
HSL186.14º40%43.14%-
HSV(B)186.14º57.14%60.39%-
XYZ18.223.7434.2-
YUV122.4145.8387.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=18.08%
G=39.73%
B=42.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661451540.570.0600.40186.144043.14
Hex42919A396028ba282b
Octal1022212327160502725053
Binary10000101001000110011010111001110010100010111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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