Html Css Color HEX #419391 Blue Chill

📋 copy color: '#419391'

red 65 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #419391

Tints of Blue Chill #419391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 18.21%
G = 41.18%
B = 40.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#419391 (or 0x419391) is known color: Blue Chill. HEX triplet: 41, 93 and 91. RGB value is (65,147,145). Sum of RGB (Red+Green+Blue) = 65+147+145=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #419391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419391 is #BE6C6E. Grayscale: #7A7A7A. Windows color (decimal): -12479599 or 9540417. OLE color: 9540417.

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

Color convert

RGB 65 147 145 -
CMYK 0.56 0 0.01 0.42
HSL 178.54º 0.39% 0.42% -
HSV(B) 178.54º 0.56% 0.58% -
XYZ 17.72 24.04 30.49 -
YUV 122.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 65 147 145 0.56 0 0.01 0.42 178.54 0.39 0.42
Hex 41 93 91 38 0 1 2A B3 27 2A
Octal 101 223 221 70 0 1 52 263 47 52
Binary 1000001 10010011 10010001 111000 0 1 101010 10110011 100111 101010

Color Harmonies of #419391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419391

Black with #419391

Text Example


Text Example

White with #419391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419391; }

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

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

background-color css

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

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

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

border-color css

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

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

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