Html Css Color HEX #469296 Blue Chill

📋 copy color: '#469296'

red 70 ◦ green 146 ◦ blue 150

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

Shades of Blue Chill #469296

Tints of Blue Chill #469296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 19.13%
G = 39.89%
B = 40.98%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#469296 (or 0x469296) is known color: Blue Chill. HEX triplet: 46, 92 and 96. RGB value is (70,146,150). Sum of RGB (Red+Green+Blue) = 70+146+150=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #469296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469296 is #B96D69. Grayscale: #7B7B7B. Windows color (decimal): -12152170 or 9867846. OLE color: 9867846.

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

Color convert

RGB 70 146 150 -
CMYK 0.53 0.03 0 0.41
HSL 183º 0.36% 0.43% -
HSV(B) 183º 0.53% 0.59% -
XYZ 18.31 24.06 32.53 -
YUV 123.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 70 146 150 0.53 0.03 0 0.41 183 0.36 0.43
Hex 46 92 96 35 3 0 29 B7 24 2B
Octal 106 222 226 65 3 0 51 267 44 53
Binary 1000110 10010010 10010110 110101 11 0 101001 10110111 100100 101011

Color Harmonies of #469296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469296

Black with #469296

Text Example


Text Example

White with #469296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469296; }

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

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

background-color css

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

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

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

border-color css

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

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

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