Html Css Color HEX #469590 Blue Chill

📋 copy color: '#469590'

red 70 ◦ green 149 ◦ blue 144

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

Shades of Blue Chill #469590

Tints of Blue Chill #469590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

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

R = 19.28%
G = 41.05%
B = 39.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#469590 (or 0x469590) is known color: Blue Chill. HEX triplet: 46, 95 and 90. RGB value is (70,149,144). Sum of RGB (Red+Green+Blue) = 70+149+144=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #469590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469590 is #B96A6F. Grayscale: #7C7C7C. Windows color (decimal): -12151408 or 9475398. OLE color: 9475398.

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

Color convert

RGB 70 149 144 -
CMYK 0.53 0 0.03 0.42
HSL 176.2º 0.36% 0.43% -
HSV(B) 176.2º 0.53% 0.58% -
XYZ 18.31 24.81 30.21 -
YUV 124.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 70 149 144 0.53 0 0.03 0.42 176.2 0.36 0.43
Hex 46 95 90 35 0 3 2A B0 24 2B
Octal 106 225 220 65 0 3 52 260 44 53
Binary 1000110 10010101 10010000 110101 0 11 101010 10110000 100100 101011

Color Harmonies of #469590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469590

Black with #469590

Text Example


Text Example

White with #469590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469590; }

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

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

background-color css

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

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

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

border-color css

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

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

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