Html Css Color HEX #469999 Blue Chill

📋 copy color: '#469999'

red 70 ◦ green 153 ◦ blue 153

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

Shades of Blue Chill #469999

Tints of Blue Chill #469999

RGB

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

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

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

R = 18.62%
G = 40.69%
B = 40.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#469999 (or 0x469999) is known color: Blue Chill. HEX triplet: 46, 99 and 99. RGB value is (70,153,153). Sum of RGB (Red+Green+Blue) = 70+153+153=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #469999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469999 is #B96666. Grayscale: #808080. Windows color (decimal): -12150375 or 10066246. OLE color: 10066246.

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

Color convert

RGB 70 153 153 -
CMYK 0.54 0 0 0.4
HSL 180º 0.37% 0.44% -
HSV(B) 180º 0.54% 0.6% -
XYZ 19.67 26.38 34.19 -
YUV 128.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 70 153 153 0.54 0 0 0.4 180 0.37 0.44
Hex 46 99 99 36 0 0 28 B4 25 2C
Octal 106 231 231 66 0 0 50 264 45 54
Binary 1000110 10011001 10011001 110110 0 0 101000 10110100 100101 101100

Color Harmonies of #469999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469999

Black with #469999

Text Example


Text Example

White with #469999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469999; }

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

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

background-color css

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

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

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

border-color css

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

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

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