Html Css Color HEX #469190 Blue Chill

📋 copy color: '#469190'

red 70 ◦ green 145 ◦ blue 144

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

Shades of Blue Chill #469190

Tints of Blue Chill #469190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 19.5%
G = 40.39%
B = 40.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#469190 (or 0x469190) is known color: Blue Chill. HEX triplet: 46, 91 and 90. RGB value is (70,145,144). Sum of RGB (Red+Green+Blue) = 70+145+144=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #469190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469190 is #B96E6F. Grayscale: #7A7A7A. Windows color (decimal): -12152432 or 9474374. OLE color: 9474374.

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

Color convert

RGB 70 145 144 -
CMYK 0.52 0 0.01 0.43
HSL 179.2º 0.35% 0.42% -
HSV(B) 179.2º 0.52% 0.57% -
XYZ 17.69 23.57 30 -
YUV 122.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 70 145 144 0.52 0 0.01 0.43 179.2 0.35 0.42
Hex 46 91 90 34 0 1 2B B3 23 2A
Octal 106 221 220 64 0 1 53 263 43 52
Binary 1000110 10010001 10010000 110100 0 1 101011 10110011 100011 101010

Color Harmonies of #469190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469190

Black with #469190

Text Example


Text Example

White with #469190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469190; }

 p { color: rgb(70,145,144); }

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

background-color css

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

 a { background-color: rgb(70,145,144); }

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

border-color css

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

 span { border-color: rgb(70,145,144); }

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