Html Css Color HEX #41949D Blue Chill

📋 copy color: '#41949D'

red 65 ◦ green 148 ◦ blue 157

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

Shades of Blue Chill #41949D

Tints of Blue Chill #41949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 17.57%
G = 40%
B = 42.43%

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

#41949D (or 0x41949D) is known color: Blue Chill. HEX triplet: 41, 94 and 9D. RGB value is (65,148,157). Sum of RGB (Red+Green+Blue) = 65+148+157=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #41949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41949D is #BE6B62. Grayscale: #7C7C7C. Windows color (decimal): -12479331 or 10327105. OLE color: 10327105.

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

Color convert

RGB 65 148 157 -
CMYK 0.59 0.06 0 0.38
HSL 185.87º 0.41% 0.44% -
HSV(B) 185.87º 0.59% 0.62% -
XYZ 18.86 24.74 35.68 -
YUV 124.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 65 148 157 0.59 0.06 0 0.38 185.87 0.41 0.44
Hex 41 94 9D 3B 6 0 26 BA 29 2C
Octal 101 224 235 73 6 0 46 272 51 54
Binary 1000001 10010100 10011101 111011 110 0 100110 10111010 101001 101100

Color Harmonies of #41949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41949D

Black with #41949D

Text Example


Text Example

White with #41949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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