Html Css Color HEX #419997 Blue Chill

📋 copy color: '#419997'

red 65 ◦ green 153 ◦ blue 151

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

Shades of Blue Chill #419997

Tints of Blue Chill #419997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 17.62%
G = 41.46%
B = 40.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#419997 (or 0x419997) is known color: Blue Chill. HEX triplet: 41, 99 and 97. RGB value is (65,153,151). Sum of RGB (Red+Green+Blue) = 65+153+151=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #419997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419997 is #BE6668. Grayscale: #7E7E7E. Windows color (decimal): -12478057 or 9935169. OLE color: 9935169.

HSL color Cylindrical-coordinate representation of color #419997: hue angle of 178.64º 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 #419997 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 151 -
CMYK 0.58 0 0.01 0.4
HSL 178.64º 0.4% 0.43% -
HSV(B) 178.64º 0.58% 0.6% -
XYZ 19.16 26.14 33.31 -
YUV 126.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 65 153 151 0.58 0 0.01 0.4 178.64 0.4 0.43
Hex 41 99 97 3A 0 1 28 B3 28 2B
Octal 101 231 227 72 0 1 50 263 50 53
Binary 1000001 10011001 10010111 111010 0 1 101000 10110011 101000 101011

Color Harmonies of #419997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419997

Black with #419997

Text Example


Text Example

White with #419997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419997; }

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

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

background-color css

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

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

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

border-color css

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

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

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