Html Css Color HEX #469290 Blue Chill

📋 copy color: '#469290'

red 70 ◦ green 146 ◦ blue 144

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

Shades of Blue Chill #469290

Tints of Blue Chill #469290

RGB

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

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

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

R = 19.44%
G = 40.56%
B = 40%

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

#469290 (or 0x469290) is known color: Blue Chill. HEX triplet: 46, 92 and 90. RGB value is (70,146,144). Sum of RGB (Red+Green+Blue) = 70+146+144=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #469290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469290 is #B96D6F. Grayscale: #7A7A7A. Windows color (decimal): -12152176 or 9474630. OLE color: 9474630.

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

Color convert

RGB 70 146 144 -
CMYK 0.52 0 0.01 0.43
HSL 178.42º 0.35% 0.42% -
HSV(B) 178.42º 0.52% 0.57% -
XYZ 17.84 23.87 30.05 -
YUV 123.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 70 146 144 0.52 0 0.01 0.43 178.42 0.35 0.42
Hex 46 92 90 34 0 1 2B B2 23 2A
Octal 106 222 220 64 0 1 53 262 43 52
Binary 1000110 10010010 10010000 110100 0 1 101011 10110010 100011 101010

Color Harmonies of #469290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469290

Black with #469290

Text Example


Text Example

White with #469290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469290; }

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

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

background-color css

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

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

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

border-color css

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

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

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