Html Css Color HEX #419991 Blue Chill

📋 copy color: '#419991'

red 65 ◦ green 153 ◦ blue 145

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

Shades of Blue Chill #419991

Tints of Blue Chill #419991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.94%

R = 17.91%
G = 42.15%
B = 39.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#419991 (or 0x419991) is known color: Blue Chill. HEX triplet: 41, 99 and 91. RGB value is (65,153,145). Sum of RGB (Red+Green+Blue) = 65+153+145=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #419991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419991 is #BE666E. Grayscale: #7D7D7D. Windows color (decimal): -12478063 or 9541953. OLE color: 9541953.

HSL color Cylindrical-coordinate representation of color #419991: hue angle of 174.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419991 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 145 -
CMYK 0.58 0 0.05 0.4
HSL 174.55º 0.4% 0.43% -
HSV(B) 174.55º 0.58% 0.6% -
XYZ 18.68 25.95 30.81 -
YUV 125.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 65 153 145 0.58 0 0.05 0.4 174.55 0.4 0.43
Hex 41 99 91 3A 0 5 28 AF 28 2B
Octal 101 231 221 72 0 5 50 257 50 53
Binary 1000001 10011001 10010001 111010 0 101 101000 10101111 101000 101011

Color Harmonies of #419991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419991

Black with #419991

Text Example


Text Example

White with #419991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419991; }

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

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

background-color css

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

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

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

border-color css

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

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

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