#41969B

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

Shades of Blue Chill #41969B

Tints of Blue Chill #41969B

Color information

#41969B (or 0x41969B) is unknown color: approx Blue Chill. HEX triplet: 41, 96 and 9B. RGB value is (65,150,155). Sum of RGB (Red+Green+Blue) = 65+150+155=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #41969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41969B is #BE6964. Grayscale: #7D7D7D. Windows color (decimal): -12478821 or 10196545. OLE color: 10196545.

HSL color Cylindrical-coordinate representation of color #41969B: hue angle of 183.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41969B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65150155-
CMYK0.580.0300.39
HSL183.33º40.91%43.14%-
HSV(B)183.33º58.06%60.78%-
XYZ1925.334.89-
YUV125.16144.8485.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=17.57%
G=40.54%
B=41.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651501550.580.0300.39183.3340.9143.14
Hex41969B3A3027b7292b
Octal1012262337230472675153
Binary1000001100101101001101111101011010011110110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,150,155); }

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

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

 a { background-color: rgb(65,150,155); }

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

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

 span { border-color: rgb(65,150,155); }

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