Html Css Color HEX #469990 Blue Chill

📋 copy color: '#469990'

red 70 ◦ green 153 ◦ blue 144

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

Shades of Blue Chill #469990

Tints of Blue Chill #469990

RGB

 RED value IS 70 (27.73% from 255) = 19.07%

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

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

R = 19.07%
G = 41.69%
B = 39.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#469990 (or 0x469990) is known color: Blue Chill. HEX triplet: 46, 99 and 90. RGB value is (70,153,144). Sum of RGB (Red+Green+Blue) = 70+153+144=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #469990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469990 is #B9666F. Grayscale: #7F7F7F. Windows color (decimal): -12150384 or 9476422. OLE color: 9476422.

HSL color Cylindrical-coordinate representation of color #469990: hue angle of 173.49º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469990 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 144 -
CMYK 0.54 0 0.06 0.4
HSL 173.49º 0.37% 0.44% -
HSV(B) 173.49º 0.54% 0.6% -
XYZ 18.95 26.1 30.42 -
YUV 127.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 70 153 144 0.54 0 0.06 0.4 173.49 0.37 0.44
Hex 46 99 90 36 0 6 28 AD 25 2C
Octal 106 231 220 66 0 6 50 255 45 54
Binary 1000110 10011001 10010000 110110 0 110 101000 10101101 100101 101100

Color Harmonies of #469990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469990

Black with #469990

Text Example


Text Example

White with #469990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469990; }

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

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

background-color css

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

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

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

border-color css

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

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

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