Html Css Color HEX #4560AD Mariner

📋 copy color: '#4560AD'

red 69 ◦ green 96 ◦ blue 173

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

Shades of Mariner #4560AD

Tints of Mariner #4560AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 20.41%
G = 28.4%
B = 51.18%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4560AD (or 0x4560AD) is known color: Mariner. HEX triplet: 45, 60 and AD. RGB value is (69,96,173). Sum of RGB (Red+Green+Blue) = 69+96+173=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #4560AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4560AD is #BA9F52. Grayscale: #606060. Windows color (decimal): -12230483 or 11362373. OLE color: 11362373.

HSL color Cylindrical-coordinate representation of color #4560AD: hue angle of 224.42º 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 #4560AD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 96 173 -
CMYK 0.60 0.45 0 0.32
HSL 224.42º 0.43% 0.47% -
HSV(B) 224.42º 0.6% 0.68% -
XYZ 14.18 12.65 41.23 -
YUV 96.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 69 96 173 0.60 0.45 0 0.32 224.42 0.43 0.47
Hex 45 60 AD 3C 2D 0 20 E0 2B 2F
Octal 105 140 255 74 55 0 40 340 53 57
Binary 1000101 1100000 10101101 111100 101101 0 100000 11100000 101011 101111

Color Harmonies of #4560AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4560AD

Black with #4560AD

Text Example


Text Example

White with #4560AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4560AD; }

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

 H1.HeaderClassName
 {
   color: #4560AD;
 }
 .AnyTagClassName
 {
   color: #4560AD;
 }
</style>

background-color css

<style>
 a { background-color: #4560AD; }

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

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

border-color css

<style>
 span { border-color: #4560AD; }

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

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