Html Css Color HEX #46A0A6 Cadet Blue

📋 copy color: '#46A0A6'

red 70 ◦ green 160 ◦ blue 166

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

Shades of Cadet Blue #46A0A6

Tints of Cadet Blue #46A0A6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 166 (65.23% from 255) = 41.92%

R = 17.68%
G = 40.4%
B = 41.92%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#46A0A6 (or 0x46A0A6) is known color: Cadet Blue. HEX triplet: 46, A0 and A6. RGB value is (70,160,166). Sum of RGB (Red+Green+Blue) = 70+160+166=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 166 - color contains mainly: blue. Hex color #46A0A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A0A6 is #B95F59. Grayscale: #858585. Windows color (decimal): -12148570 or 10920006. OLE color: 10920006.

HSL color Cylindrical-coordinate representation of color #46A0A6: hue angle of 183.75º degrees, saturation: 0.41, 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 #46A0A6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 160 166 -
CMYK 0.58 0.04 0 0.35
HSL 183.75º 0.41% 0.46% -
HSV(B) 183.75º 0.58% 0.65% -
XYZ 21.98 29.2 40.55 -
YUV 133.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 70 160 166 0.58 0.04 0 0.35 183.75 0.41 0.46
Hex 46 A0 A6 3A 4 0 23 B8 29 2E
Octal 106 240 246 72 4 0 43 270 51 56
Binary 1000110 10100000 10100110 111010 100 0 100011 10111000 101001 101110

Color Harmonies of #46A0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A0A6

Black with #46A0A6

Text Example


Text Example

White with #46A0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,160,166); }

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

background-color css

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

 a { background-color: rgb(70,160,166); }

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

border-color css

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

 span { border-color: rgb(70,160,166); }

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