Html Css Color HEX #469395 Blue Chill

📋 copy color: '#469395'

red 70 ◦ green 147 ◦ blue 149

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

Shades of Blue Chill #469395

Tints of Blue Chill #469395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

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

R = 19.13%
G = 40.16%
B = 40.71%

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

#469395 (or 0x469395) is known color: Blue Chill. HEX triplet: 46, 93 and 95. RGB value is (70,147,149). Sum of RGB (Red+Green+Blue) = 70+147+149=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #469395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469395 is #B96C6A. Grayscale: #7C7C7C. Windows color (decimal): -12151915 or 9802566. OLE color: 9802566.

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

Color convert

RGB 70 147 149 -
CMYK 0.53 0.01 0 0.42
HSL 181.52º 0.36% 0.43% -
HSV(B) 181.52º 0.53% 0.58% -
XYZ 18.38 24.34 32.16 -
YUV 124.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 70 147 149 0.53 0.01 0 0.42 181.52 0.36 0.43
Hex 46 93 95 35 1 0 2A B6 24 2B
Octal 106 223 225 65 1 0 52 266 44 53
Binary 1000110 10010011 10010101 110101 1 0 101010 10110110 100100 101011

Color Harmonies of #469395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469395

Black with #469395

Text Example


Text Example

White with #469395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469395; }

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

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

background-color css

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

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

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

border-color css

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

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

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