Html Css Color HEX #41948C Blue Chill

📋 copy color: '#41948C'

red 65 ◦ green 148 ◦ blue 140

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

Shades of Blue Chill #41948C

Tints of Blue Chill #41948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 18.41%
G = 41.93%
B = 39.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#41948C (or 0x41948C) is known color: Blue Chill. HEX triplet: 41, 94 and 8C. RGB value is (65,148,140). Sum of RGB (Red+Green+Blue) = 65+148+140=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #41948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41948C is #BE6B73. Grayscale: #7A7A7A. Windows color (decimal): -12479348 or 9212993. OLE color: 9212993.

HSL color Cylindrical-coordinate representation of color #41948C: hue angle of 174.22º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41948C is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 140 -
CMYK 0.56 0 0.05 0.42
HSL 174.22º 0.39% 0.42% -
HSV(B) 174.22º 0.56% 0.58% -
XYZ 17.5 24.2 28.56 -
YUV 122.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 65 148 140 0.56 0 0.05 0.42 174.22 0.39 0.42
Hex 41 94 8C 38 0 5 2A AE 27 2A
Octal 101 224 214 70 0 5 52 256 47 52
Binary 1000001 10010100 10001100 111000 0 101 101010 10101110 100111 101010

Color Harmonies of #41948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41948C

Black with #41948C

Text Example


Text Example

White with #41948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41948C; }

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

 H1.HeaderClassName
 {
   color: #41948C;
 }
 .AnyTagClassName
 {
   color: #41948C;
 }
</style>

background-color css

<style>
 a { background-color: #41948C; }

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

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

border-color css

<style>
 span { border-color: #41948C; }

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

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