Html Css Color HEX #469996 Blue Chill

📋 copy color: '#469996'

red 70 ◦ green 153 ◦ blue 150

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

Shades of Blue Chill #469996

Tints of Blue Chill #469996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 18.77%
G = 41.02%
B = 40.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#469996 (or 0x469996) is known color: Blue Chill. HEX triplet: 46, 99 and 96. RGB value is (70,153,150). Sum of RGB (Red+Green+Blue) = 70+153+150=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #469996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469996 is #B96669. Grayscale: #7F7F7F. Windows color (decimal): -12150378 or 9869638. OLE color: 9869638.

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

Color convert

RGB 70 153 150 -
CMYK 0.54 0 0.02 0.4
HSL 177.83º 0.37% 0.44% -
HSV(B) 177.83º 0.54% 0.6% -
XYZ 19.42 26.29 32.9 -
YUV 127.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 70 153 150 0.54 0 0.02 0.4 177.83 0.37 0.44
Hex 46 99 96 36 0 2 28 B2 25 2C
Octal 106 231 226 66 0 2 50 262 45 54
Binary 1000110 10011001 10010110 110110 0 10 101000 10110010 100101 101100

Color Harmonies of #469996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469996

Black with #469996

Text Example


Text Example

White with #469996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469996; }

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

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

background-color css

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

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

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

border-color css

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

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

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