Html Css Color HEX #469295 Blue Chill

📋 copy color: '#469295'

red 70 ◦ green 146 ◦ blue 149

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

Shades of Blue Chill #469295

Tints of Blue Chill #469295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 19.18%
G = 40%
B = 40.82%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#469295 (or 0x469295) is known color: Blue Chill. HEX triplet: 46, 92 and 95. RGB value is (70,146,149). Sum of RGB (Red+Green+Blue) = 70+146+149=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #469295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469295 is #B96D6A. Grayscale: #7B7B7B. Windows color (decimal): -12152171 or 9802310. OLE color: 9802310.

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

Color convert

RGB 70 146 149 -
CMYK 0.53 0.02 0 0.42
HSL 182.28º 0.36% 0.43% -
HSV(B) 182.28º 0.53% 0.58% -
XYZ 18.23 24.03 32.11 -
YUV 123.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 70 146 149 0.53 0.02 0 0.42 182.28 0.36 0.43
Hex 46 92 95 35 2 0 2A B6 24 2B
Octal 106 222 225 65 2 0 52 266 44 53
Binary 1000110 10010010 10010101 110101 10 0 101010 10110110 100100 101011

Color Harmonies of #469295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469295

Black with #469295

Text Example


Text Example

White with #469295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469295; }

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

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

background-color css

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

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

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

border-color css

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

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

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