Html Css Color HEX #419499 Blue Chill

📋 copy color: '#419499'

red 65 ◦ green 148 ◦ blue 153

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

Shades of Blue Chill #419499

Tints of Blue Chill #419499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 17.76%
G = 40.44%
B = 41.8%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#419499 (or 0x419499) is known color: Blue Chill. HEX triplet: 41, 94 and 99. RGB value is (65,148,153). Sum of RGB (Red+Green+Blue) = 65+148+153=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #419499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419499 is #BE6B66. Grayscale: #7B7B7B. Windows color (decimal): -12479335 or 10064961. OLE color: 10064961.

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

Color convert

RGB 65 148 153 -
CMYK 0.58 0.03 0 0.4
HSL 183.41º 0.4% 0.43% -
HSV(B) 183.41º 0.58% 0.6% -
XYZ 18.52 24.6 33.91 -
YUV 123.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 65 148 153 0.58 0.03 0 0.4 183.41 0.4 0.43
Hex 41 94 99 3A 3 0 28 B7 28 2B
Octal 101 224 231 72 3 0 50 267 50 53
Binary 1000001 10010100 10011001 111010 11 0 101000 10110111 101000 101011

Color Harmonies of #419499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419499

Black with #419499

Text Example


Text Example

White with #419499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419499; }

 p { color: rgb(65,148,153); }

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

background-color css

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

 a { background-color: rgb(65,148,153); }

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

border-color css

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

 span { border-color: rgb(65,148,153); }

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