Html Css Color HEX #456AAD Mariner

📋 copy color: '#456AAD'

red 69 ◦ green 106 ◦ blue 173

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

Shades of Mariner #456AAD

Tints of Mariner #456AAD

RGB

 RED value IS 69 (27.34% from 255) = 19.83%

 GREEN value IS 106 (41.8% from 255) = 30.46%

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 19.83%
G = 30.46%
B = 49.71%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#456AAD (or 0x456AAD) is known color: Mariner. HEX triplet: 45, 6A and AD. RGB value is (69,106,173). Sum of RGB (Red+Green+Blue) = 69+106+173=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #456AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AAD is #BA9552. Grayscale: #666666. Windows color (decimal): -12227923 or 11364933. OLE color: 11364933.

HSL color Cylindrical-coordinate representation of color #456AAD: hue angle of 218.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456AAD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 106 173 -
CMYK 0.60 0.39 0 0.32
HSL 218.65º 0.43% 0.47% -
HSV(B) 218.65º 0.6% 0.68% -
XYZ 15.15 14.59 41.55 -
YUV 102.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 69 106 173 0.60 0.39 0 0.32 218.65 0.43 0.47
Hex 45 6A AD 3C 27 0 20 DB 2B 2F
Octal 105 152 255 74 47 0 40 333 53 57
Binary 1000101 1101010 10101101 111100 100111 0 100000 11011011 101011 101111

Color Harmonies of #456AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AAD

Black with #456AAD

Text Example


Text Example

White with #456AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456AAD; }

 p { color: rgb(69,106,173); }

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

background-color css

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

 a { background-color: rgb(69,106,173); }

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

border-color css

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

 span { border-color: rgb(69,106,173); }

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