Html Css Color HEX #469594 Blue Chill

📋 copy color: '#469594'

red 70 ◦ green 149 ◦ blue 148

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

Shades of Blue Chill #469594

Tints of Blue Chill #469594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 19.07%
G = 40.6%
B = 40.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#469594 (or 0x469594) is known color: Blue Chill. HEX triplet: 46, 95 and 94. RGB value is (70,149,148). Sum of RGB (Red+Green+Blue) = 70+149+148=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #469594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469594 is #B96A6B. Grayscale: #7D7D7D. Windows color (decimal): -12151404 or 9737542. OLE color: 9737542.

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

Color convert

RGB 70 149 148 -
CMYK 0.53 0 0.01 0.42
HSL 179.24º 0.36% 0.43% -
HSV(B) 179.24º 0.53% 0.58% -
XYZ 18.62 24.94 31.85 -
YUV 125.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 70 149 148 0.53 0 0.01 0.42 179.24 0.36 0.43
Hex 46 95 94 35 0 1 2A B3 24 2B
Octal 106 225 224 65 0 1 52 263 44 53
Binary 1000110 10010101 10010100 110101 0 1 101010 10110011 100100 101011

Color Harmonies of #469594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469594

Black with #469594

Text Example


Text Example

White with #469594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469594; }

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

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

background-color css

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

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

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

border-color css

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

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

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