Html Css Color HEX #419392 Blue Chill

📋 copy color: '#419392'

red 65 ◦ green 147 ◦ blue 146

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

Shades of Blue Chill #419392

Tints of Blue Chill #419392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 18.16%
G = 41.06%
B = 40.78%

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

#419392 (or 0x419392) is known color: Blue Chill. HEX triplet: 41, 93 and 92. RGB value is (65,147,146). Sum of RGB (Red+Green+Blue) = 65+147+146=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #419392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419392 is #BE6C6D. Grayscale: #7A7A7A. Windows color (decimal): -12479598 or 9605953. OLE color: 9605953.

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

Color convert

RGB 65 147 146 -
CMYK 0.56 0 0.01 0.42
HSL 179.27º 0.39% 0.42% -
HSV(B) 179.27º 0.56% 0.58% -
XYZ 17.8 24.07 30.9 -
YUV 122.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 65 147 146 0.56 0 0.01 0.42 179.27 0.39 0.42
Hex 41 93 92 38 0 1 2A B3 27 2A
Octal 101 223 222 70 0 1 52 263 47 52
Binary 1000001 10010011 10010010 111000 0 1 101010 10110011 100111 101010

Color Harmonies of #419392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419392

Black with #419392

Text Example


Text Example

White with #419392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419392; }

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

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

background-color css

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

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

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

border-color css

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

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

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