Html Css Color HEX #41958F Blue Chill

📋 copy color: '#41958F'

red 65 ◦ green 149 ◦ blue 143

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

Shades of Blue Chill #41958F

Tints of Blue Chill #41958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 18.21%
G = 41.74%
B = 40.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#41958F (or 0x41958F) is known color: Blue Chill. HEX triplet: 41, 95 and 8F. RGB value is (65,149,143). Sum of RGB (Red+Green+Blue) = 65+149+143=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #41958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41958F is #BE6A70. Grayscale: #7B7B7B. Windows color (decimal): -12479089 or 9409857. OLE color: 9409857.

HSL color Cylindrical-coordinate representation of color #41958F: hue angle of 175.71º 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 #41958F is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 143 -
CMYK 0.56 0 0.04 0.42
HSL 175.71º 0.39% 0.42% -
HSV(B) 175.71º 0.56% 0.58% -
XYZ 17.89 24.6 29.79 -
YUV 123.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 65 149 143 0.56 0 0.04 0.42 175.71 0.39 0.42
Hex 41 95 8F 38 0 4 2A B0 27 2A
Octal 101 225 217 70 0 4 52 260 47 52
Binary 1000001 10010101 10001111 111000 0 100 101010 10110000 100111 101010

Color Harmonies of #41958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41958F

Black with #41958F

Text Example


Text Example

White with #41958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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