#41939D

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

Shades of Blue Chill #41939D

Tints of Blue Chill #41939D

Color information

#41939D (or 0x41939D) is unknown color: approx Blue Chill. HEX triplet: 41, 93 and 9D. RGB value is (65,147,157). Sum of RGB (Red+Green+Blue) = 65+147+157=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #41939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41939D is #BE6C62. Grayscale: #7B7B7B. Windows color (decimal): -12479587 or 10326849. OLE color: 10326849.

HSL color Cylindrical-coordinate representation of color #41939D: hue angle of 186.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41939D is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65147157-
CMYK0.590.0600.38
HSL186.52º41.44%43.53%-
HSV(B)186.52º58.6%61.57%-
XYZ18.724.4335.63-
YUV123.62146.8386.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=17.62%
G=39.84%
B=42.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651471570.590.0600.38186.5241.4443.53
Hex41939D3B6026bb292c
Octal1012232357360462735154
Binary10000011001001110011101111011110010011010111011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41939D; }

 p { color: rgb(65,147,157); }

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

<style>
 a { background-color: #41939D; }

 a { background-color: rgb(65,147,157); }

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

<style>
 span { border-color: #41939D; }

 span { border-color: rgb(65,147,157); }

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