Html Css Color HEX #469293 Blue Chill

📋 copy color: '#469293'

red 70 ◦ green 146 ◦ blue 147

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

Shades of Blue Chill #469293

Tints of Blue Chill #469293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 19.28%
G = 40.22%
B = 40.5%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#469293 (or 0x469293) is known color: Blue Chill. HEX triplet: 46, 92 and 93. RGB value is (70,146,147). Sum of RGB (Red+Green+Blue) = 70+146+147=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #469293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469293 is #B96D6C. Grayscale: #7B7B7B. Windows color (decimal): -12152173 or 9671238. OLE color: 9671238.

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

Color convert

RGB 70 146 147 -
CMYK 0.52 0.01 0 0.42
HSL 180.78º 0.35% 0.43% -
HSV(B) 180.78º 0.52% 0.58% -
XYZ 18.07 23.97 31.28 -
YUV 123.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 70 146 147 0.52 0.01 0 0.42 180.78 0.35 0.43
Hex 46 92 93 34 1 0 2A B5 23 2B
Octal 106 222 223 64 1 0 52 265 43 53
Binary 1000110 10010010 10010011 110100 1 0 101010 10110101 100011 101011

Color Harmonies of #469293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469293

Black with #469293

Text Example


Text Example

White with #469293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469293; }

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

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

background-color css

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

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

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

border-color css

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

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

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