Html Css Color HEX #419198 Blue Chill

📋 copy color: '#419198'

red 65 ◦ green 145 ◦ blue 152

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

Shades of Blue Chill #419198

Tints of Blue Chill #419198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 152 (59.77% from 255) = 41.99%

R = 17.96%
G = 40.06%
B = 41.99%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#419198 (or 0x419198) is known color: Blue Chill. HEX triplet: 41, 91 and 98. RGB value is (65,145,152). Sum of RGB (Red+Green+Blue) = 65+145+152=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #419198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419198 is #BE6E67. Grayscale: #797979. Windows color (decimal): -12480104 or 9998657. OLE color: 9998657.

HSL color Cylindrical-coordinate representation of color #419198: hue angle of 184.83º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419198 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 145 152 -
CMYK 0.57 0.05 0 0.40
HSL 184.83º 0.4% 0.43% -
HSV(B) 184.83º 0.57% 0.6% -
XYZ 17.97 23.64 33.32 -
YUV 121.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 65 145 152 0.57 0.05 0 0.40 184.83 0.4 0.43
Hex 41 91 98 39 5 0 28 B9 28 2B
Octal 101 221 230 71 5 0 50 271 50 53
Binary 1000001 10010001 10011000 111001 101 0 101000 10111001 101000 101011

Color Harmonies of #419198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419198

Black with #419198

Text Example


Text Example

White with #419198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419198; }

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

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

background-color css

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

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

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

border-color css

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

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

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