Html Css Color HEX #419291 Blue Chill

📋 copy color: '#419291'

red 65 ◦ green 146 ◦ blue 145

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

Shades of Blue Chill #419291

Tints of Blue Chill #419291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 18.26%
G = 41.01%
B = 40.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#419291 (or 0x419291) is known color: Blue Chill. HEX triplet: 41, 92 and 91. RGB value is (65,146,145). Sum of RGB (Red+Green+Blue) = 65+146+145=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #419291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419291 is #BE6D6E. Grayscale: #797979. Windows color (decimal): -12479855 or 9540161. OLE color: 9540161.

HSL color Cylindrical-coordinate representation of color #419291: hue angle of 179.26º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419291 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 145 -
CMYK 0.55 0 0.01 0.43
HSL 179.26º 0.38% 0.41% -
HSV(B) 179.26º 0.55% 0.57% -
XYZ 17.57 23.73 30.44 -
YUV 121.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 65 146 145 0.55 0 0.01 0.43 179.26 0.38 0.41
Hex 41 92 91 37 0 1 2B B3 26 29
Octal 101 222 221 67 0 1 53 263 46 51
Binary 1000001 10010010 10010001 110111 0 1 101011 10110011 100110 101001

Color Harmonies of #419291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419291

Black with #419291

Text Example


Text Example

White with #419291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419291; }

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

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

background-color css

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

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

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

border-color css

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

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

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