Html Css Color HEX #46A3A9 Cadet Blue

📋 copy color: '#46A3A9'

red 70 ◦ green 163 ◦ blue 169

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

Shades of Cadet Blue #46A3A9

Tints of Cadet Blue #46A3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 17.41%
G = 40.55%
B = 42.04%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#46A3A9 (or 0x46A3A9) is known color: Cadet Blue. HEX triplet: 46, A3 and A9. RGB value is (70,163,169). Sum of RGB (Red+Green+Blue) = 70+163+169=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #46A3A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A3A9 is #B95C56. Grayscale: #878787. Windows color (decimal): -12147799 or 11117382. OLE color: 11117382.

HSL color Cylindrical-coordinate representation of color #46A3A9: hue angle of 183.64º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A3A9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 163 169 -
CMYK 0.59 0.04 0 0.34
HSL 183.64º 0.41% 0.47% -
HSV(B) 183.64º 0.59% 0.66% -
XYZ 22.78 30.36 42.2 -
YUV 135.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 70 163 169 0.59 0.04 0 0.34 183.64 0.41 0.47
Hex 46 A3 A9 3B 4 0 22 B8 29 2F
Octal 106 243 251 73 4 0 42 270 51 57
Binary 1000110 10100011 10101001 111011 100 0 100010 10111000 101001 101111

Color Harmonies of #46A3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A3A9

Black with #46A3A9

Text Example


Text Example

White with #46A3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,163,169); }

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

background-color css

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

 a { background-color: rgb(70,163,169); }

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

border-color css

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

 span { border-color: rgb(70,163,169); }

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