Html Css Color HEX #469799 Blue Chill

📋 copy color: '#469799'

red 70 ◦ green 151 ◦ blue 153

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

Shades of Blue Chill #469799

Tints of Blue Chill #469799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 18.72%
G = 40.37%
B = 40.91%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#469799 (or 0x469799) is known color: Blue Chill. HEX triplet: 46, 97 and 99. RGB value is (70,151,153). Sum of RGB (Red+Green+Blue) = 70+151+153=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #469799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469799 is #B96866. Grayscale: #7E7E7E. Windows color (decimal): -12150887 or 10065734. OLE color: 10065734.

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

Color convert

RGB 70 151 153 -
CMYK 0.54 0.01 0 0.4
HSL 181.45º 0.37% 0.44% -
HSV(B) 181.45º 0.54% 0.6% -
XYZ 19.34 25.74 34.08 -
YUV 127.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 70 151 153 0.54 0.01 0 0.4 181.45 0.37 0.44
Hex 46 97 99 36 1 0 28 B5 25 2C
Octal 106 227 231 66 1 0 50 265 45 54
Binary 1000110 10010111 10011001 110110 1 0 101000 10110101 100101 101100

Color Harmonies of #469799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469799

Black with #469799

Text Example


Text Example

White with #469799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469799; }

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

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

background-color css

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

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

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

border-color css

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

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

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