Html Css Color HEX #419591 Blue Chill

📋 copy color: '#419591'

red 65 ◦ green 149 ◦ blue 145

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

Shades of Blue Chill #419591

Tints of Blue Chill #419591

RGB

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

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

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

R = 18.11%
G = 41.5%
B = 40.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#419591 (or 0x419591) is known color: Blue Chill. HEX triplet: 41, 95 and 91. RGB value is (65,149,145). Sum of RGB (Red+Green+Blue) = 65+149+145=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #419591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419591 is #BE6A6E. Grayscale: #7B7B7B. Windows color (decimal): -12479087 or 9540929. OLE color: 9540929.

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

Color convert

RGB 65 149 145 -
CMYK 0.56 0 0.03 0.42
HSL 177.14º 0.39% 0.42% -
HSV(B) 177.14º 0.56% 0.58% -
XYZ 18.04 24.66 30.6 -
YUV 123.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 65 149 145 0.56 0 0.03 0.42 177.14 0.39 0.42
Hex 41 95 91 38 0 3 2A B1 27 2A
Octal 101 225 221 70 0 3 52 261 47 52
Binary 1000001 10010101 10010001 111000 0 11 101010 10110001 100111 101010

Color Harmonies of #419591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419591

Black with #419591

Text Example


Text Example

White with #419591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419591; }

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

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

background-color css

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

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

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

border-color css

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

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

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