Html Css Color HEX #469798 Blue Chill

📋 copy color: '#469798'

red 70 ◦ green 151 ◦ blue 152

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

Shades of Blue Chill #469798

Tints of Blue Chill #469798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 18.77%
G = 40.48%
B = 40.75%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#469798 (or 0x469798) is known color: Blue Chill. HEX triplet: 46, 97 and 98. RGB value is (70,151,152). Sum of RGB (Red+Green+Blue) = 70+151+152=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #469798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469798 is #B96867. Grayscale: #7E7E7E. Windows color (decimal): -12150888 or 10000198. OLE color: 10000198.

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

Color convert

RGB 70 151 152 -
CMYK 0.54 0.01 0 0.40
HSL 180.73º 0.37% 0.44% -
HSV(B) 180.73º 0.54% 0.6% -
XYZ 19.26 25.7 33.65 -
YUV 126.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 70 151 152 0.54 0.01 0 0.40 180.73 0.37 0.44
Hex 46 97 98 36 1 0 28 B5 25 2C
Octal 106 227 230 66 1 0 50 265 45 54
Binary 1000110 10010111 10011000 110110 1 0 101000 10110101 100101 101100

Color Harmonies of #469798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469798

Black with #469798

Text Example


Text Example

White with #469798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469798; }

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

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

background-color css

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

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

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

border-color css

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

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

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