Html Css Color HEX #41999D Blue Chill

📋 copy color: '#41999D'

red 65 ◦ green 153 ◦ blue 157

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

Shades of Blue Chill #41999D

Tints of Blue Chill #41999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 17.33%
G = 40.8%
B = 41.87%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41999D (or 0x41999D) is known color: Blue Chill. HEX triplet: 41, 99 and 9D. RGB value is (65,153,157). Sum of RGB (Red+Green+Blue) = 65+153+157=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #41999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41999D is #BE6662. Grayscale: #7F7F7F. Windows color (decimal): -12478051 or 10328385. OLE color: 10328385.

HSL color Cylindrical-coordinate representation of color #41999D: hue angle of 182.61º 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 #41999D is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 153 157 -
CMYK 0.59 0.03 0 0.38
HSL 182.61º 0.41% 0.44% -
HSV(B) 182.61º 0.59% 0.62% -
XYZ 19.66 26.34 35.95 -
YUV 127.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 65 153 157 0.59 0.03 0 0.38 182.61 0.41 0.44
Hex 41 99 9D 3B 3 0 26 B7 29 2C
Octal 101 231 235 73 3 0 46 267 51 54
Binary 1000001 10011001 10011101 111011 11 0 100110 10110111 101001 101100

Color Harmonies of #41999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41999D

Black with #41999D

Text Example


Text Example

White with #41999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41999D;
 }
 .AnyTagClassName
 {
   color: #41999D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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