Html Css Color HEX #469294 Blue Chill

📋 copy color: '#469294'

red 70 ◦ green 146 ◦ blue 148

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

Shades of Blue Chill #469294

Tints of Blue Chill #469294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 19.23%
G = 40.11%
B = 40.66%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#469294 (or 0x469294) is known color: Blue Chill. HEX triplet: 46, 92 and 94. RGB value is (70,146,148). Sum of RGB (Red+Green+Blue) = 70+146+148=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #469294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469294 is #B96D6B. Grayscale: #7B7B7B. Windows color (decimal): -12152172 or 9736774. OLE color: 9736774.

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

Color convert

RGB 70 146 148 -
CMYK 0.53 0.01 0 0.42
HSL 181.54º 0.36% 0.43% -
HSV(B) 181.54º 0.53% 0.58% -
XYZ 18.15 24 31.69 -
YUV 123.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 70 146 148 0.53 0.01 0 0.42 181.54 0.36 0.43
Hex 46 92 94 35 1 0 2A B6 24 2B
Octal 106 222 224 65 1 0 52 266 44 53
Binary 1000110 10010010 10010100 110101 1 0 101010 10110110 100100 101011

Color Harmonies of #469294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469294

Black with #469294

Text Example


Text Example

White with #469294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469294; }

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

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

background-color css

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

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

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

border-color css

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

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

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