Html Css Color HEX #41978E Blue Chill

📋 copy color: '#41978E'

red 65 ◦ green 151 ◦ blue 142

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

Shades of Blue Chill #41978E

Tints of Blue Chill #41978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 18.16%
G = 42.18%
B = 39.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#41978E (or 0x41978E) is known color: Blue Chill. HEX triplet: 41, 97 and 8E. RGB value is (65,151,142). Sum of RGB (Red+Green+Blue) = 65+151+142=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #41978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41978E is #BE6871. Grayscale: #7C7C7C. Windows color (decimal): -12478578 or 9344833. OLE color: 9344833.

HSL color Cylindrical-coordinate representation of color #41978E: hue angle of 173.72º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41978E is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 142 -
CMYK 0.57 0 0.06 0.41
HSL 173.72º 0.4% 0.42% -
HSV(B) 173.72º 0.57% 0.59% -
XYZ 18.13 25.21 29.5 -
YUV 124.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 65 151 142 0.57 0 0.06 0.41 173.72 0.4 0.42
Hex 41 97 8E 39 0 6 29 AE 28 2A
Octal 101 227 216 71 0 6 51 256 50 52
Binary 1000001 10010111 10001110 111001 0 110 101001 10101110 101000 101010

Color Harmonies of #41978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41978E

Black with #41978E

Text Example


Text Example

White with #41978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41978E; }

 p { color: rgb(65,151,142); }

 H1.HeaderClassName
 {
   color: #41978E;
 }
 .AnyTagClassName
 {
   color: #41978E;
 }
</style>

background-color css

<style>
 a { background-color: #41978E; }

 a { background-color: rgb(65,151,142); }

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

border-color css

<style>
 span { border-color: #41978E; }

 span { border-color: rgb(65,151,142); }

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