Html Css Color HEX #41959F Blue Chill

📋 copy color: '#41959F'

red 65 ◦ green 149 ◦ blue 159

#41959F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #41959F

Tints of Blue Chill #41959F

RGB

 RED value IS 65 (25.78% from 255) = 17.43%

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 17.43%
G = 39.95%
B = 42.63%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41959F (or 0x41959F) is known color: Blue Chill. HEX triplet: 41, 95 and 9F. RGB value is (65,149,159). Sum of RGB (Red+Green+Blue) = 65+149+159=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #41959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41959F is #BE6A60. Grayscale: #7C7C7C. Windows color (decimal): -12479073 or 10458433. OLE color: 10458433.

HSL color Cylindrical-coordinate representation of color #41959F: hue angle of 186.38º degrees, saturation: 0.42, 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 #41959F is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 149 159 -
CMYK 0.59 0.06 0 0.38
HSL 186.38º 0.42% 0.44% -
HSV(B) 186.38º 0.59% 0.62% -
XYZ 19.19 25.12 36.64 -
YUV 125.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 65 149 159 0.59 0.06 0 0.38 186.38 0.42 0.44
Hex 41 95 9F 3B 6 0 26 BA 2A 2C
Octal 101 225 237 73 6 0 46 272 52 54
Binary 1000001 10010101 10011111 111011 110 0 100110 10111010 101010 101100

Color Harmonies of #41959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41959F

Black with #41959F

Text Example


Text Example

White with #41959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,149,159); }

 H1.HeaderClassName
 {
   color: #41959F;
 }
 .AnyTagClassName
 {
   color: #41959F;
 }
</style>

background-color css

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

 a { background-color: rgb(65,149,159); }

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

border-color css

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

 span { border-color: rgb(65,149,159); }

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