Html Css Color HEX #46A5AC Cadet Blue

📋 copy color: '#46A5AC'

red 70 ◦ green 165 ◦ blue 172

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

Shades of Cadet Blue #46A5AC

Tints of Cadet Blue #46A5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 17.2%
G = 40.54%
B = 42.26%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#46A5AC (or 0x46A5AC) is known color: Cadet Blue. HEX triplet: 46, A5 and AC. RGB value is (70,165,172). Sum of RGB (Red+Green+Blue) = 70+165+172=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #46A5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A5AC is #B95A53. Grayscale: #898989. Windows color (decimal): -12147284 or 11314502. OLE color: 11314502.

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

Color convert

RGB 70 165 172 -
CMYK 0.59 0.04 0 0.33
HSL 184.12º 0.42% 0.47% -
HSV(B) 184.12º 0.59% 0.67% -
XYZ 23.43 31.19 43.82 -
YUV 137.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 70 165 172 0.59 0.04 0 0.33 184.12 0.42 0.47
Hex 46 A5 AC 3B 4 0 21 B8 2A 2F
Octal 106 245 254 73 4 0 41 270 52 57
Binary 1000110 10100101 10101100 111011 100 0 100001 10111000 101010 101111

Color Harmonies of #46A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A5AC

Black with #46A5AC

Text Example


Text Example

White with #46A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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