Html Css Color HEX #419990 Blue Chill

📋 copy color: '#419990'

red 65 ◦ green 153 ◦ blue 144

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

Shades of Blue Chill #419990

Tints of Blue Chill #419990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 17.96%
G = 42.27%
B = 39.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#419990 (or 0x419990) is known color: Blue Chill. HEX triplet: 41, 99 and 90. RGB value is (65,153,144). Sum of RGB (Red+Green+Blue) = 65+153+144=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #419990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419990 is #BE666F. Grayscale: #7D7D7D. Windows color (decimal): -12478064 or 9476417. OLE color: 9476417.

HSL color Cylindrical-coordinate representation of color #419990: hue angle of 173.86º 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 #419990 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 144 -
CMYK 0.58 0 0.06 0.4
HSL 173.86º 0.4% 0.43% -
HSV(B) 173.86º 0.58% 0.6% -
XYZ 18.61 25.92 30.41 -
YUV 125.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 65 153 144 0.58 0 0.06 0.4 173.86 0.4 0.43
Hex 41 99 90 3A 0 6 28 AE 28 2B
Octal 101 231 220 72 0 6 50 256 50 53
Binary 1000001 10011001 10010000 111010 0 110 101000 10101110 101000 101011

Color Harmonies of #419990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419990

Black with #419990

Text Example


Text Example

White with #419990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419990; }

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

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

background-color css

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

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

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

border-color css

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

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

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