Html Css Color HEX #469197 Blue Chill

📋 copy color: '#469197'

red 70 ◦ green 145 ◦ blue 151

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

Shades of Blue Chill #469197

Tints of Blue Chill #469197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 19.13%
G = 39.62%
B = 41.26%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#469197 (or 0x469197) is known color: Blue Chill. HEX triplet: 46, 91 and 97. RGB value is (70,145,151). Sum of RGB (Red+Green+Blue) = 70+145+151=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #469197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469197 is #B96E68. Grayscale: #7B7B7B. Windows color (decimal): -12152425 or 9933126. OLE color: 9933126.

HSL color Cylindrical-coordinate representation of color #469197: hue angle of 184.44º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469197 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 145 151 -
CMYK 0.54 0.04 0 0.41
HSL 184.44º 0.37% 0.43% -
HSV(B) 184.44º 0.54% 0.59% -
XYZ 18.24 23.79 32.91 -
YUV 123.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 70 145 151 0.54 0.04 0 0.41 184.44 0.37 0.43
Hex 46 91 97 36 4 0 29 B8 25 2B
Octal 106 221 227 66 4 0 51 270 45 53
Binary 1000110 10010001 10010111 110110 100 0 101001 10111000 100101 101011

Color Harmonies of #469197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469197

Black with #469197

Text Example


Text Example

White with #469197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469197; }

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

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

background-color css

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

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

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

border-color css

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

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

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