Html Css Color HEX #46A59B Blue Chill

📋 copy color: '#46A59B'

red 70 ◦ green 165 ◦ blue 155

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

Shades of Blue Chill #46A59B

Tints of Blue Chill #46A59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 17.95%
G = 42.31%
B = 39.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#46A59B (or 0x46A59B) is known color: Blue Chill. HEX triplet: 46, A5 and 9B. RGB value is (70,165,155). Sum of RGB (Red+Green+Blue) = 70+165+155=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #46A59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A59B is #B95A64. Grayscale: #878787. Windows color (decimal): -12147301 or 10200390. OLE color: 10200390.

HSL color Cylindrical-coordinate representation of color #46A59B: hue angle of 173.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A59B is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 165 155 -
CMYK 0.58 0 0.06 0.35
HSL 173.68º 0.4% 0.46% -
HSV(B) 173.68º 0.58% 0.65% -
XYZ 21.9 30.58 35.76 -
YUV 135.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 70 165 155 0.58 0 0.06 0.35 173.68 0.4 0.46
Hex 46 A5 9B 3A 0 6 23 AE 28 2E
Octal 106 245 233 72 0 6 43 256 50 56
Binary 1000110 10100101 10011011 111010 0 110 100011 10101110 101000 101110

Color Harmonies of #46A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A59B

Black with #46A59B

Text Example


Text Example

White with #46A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A59B; }

 p { color: rgb(70,165,155); }

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

background-color css

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

 a { background-color: rgb(70,165,155); }

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

border-color css

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

 span { border-color: rgb(70,165,155); }

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