Html Css Color HEX #4561AB Mariner

📋 copy color: '#4561AB'

red 69 ◦ green 97 ◦ blue 171

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

Shades of Mariner #4561AB

Tints of Mariner #4561AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 20.47%
G = 28.78%
B = 50.74%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4561AB (or 0x4561AB) is known color: Mariner. HEX triplet: 45, 61 and AB. RGB value is (69,97,171). Sum of RGB (Red+Green+Blue) = 69+97+171=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #4561AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4561AB is #BA9E54. Grayscale: #606060. Windows color (decimal): -12230229 or 11231557. OLE color: 11231557.

HSL color Cylindrical-coordinate representation of color #4561AB: hue angle of 223.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4561AB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 97 171 -
CMYK 0.60 0.43 0 0.33
HSL 223.53º 0.43% 0.47% -
HSV(B) 223.53º 0.6% 0.67% -
XYZ 14.08 12.75 40.25 -
YUV 97.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 69 97 171 0.60 0.43 0 0.33 223.53 0.43 0.47
Hex 45 61 AB 3C 2B 0 21 E0 2A 2F
Octal 105 141 253 74 53 0 41 340 52 57
Binary 1000101 1100001 10101011 111100 101011 0 100001 11100000 101010 101111

Color Harmonies of #4561AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4561AB

Black with #4561AB

Text Example


Text Example

White with #4561AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4561AB; }

 p { color: rgb(69,97,171); }

 H1.HeaderClassName
 {
   color: #4561AB;
 }
 .AnyTagClassName
 {
   color: #4561AB;
 }
</style>

background-color css

<style>
 a { background-color: #4561AB; }

 a { background-color: rgb(69,97,171); }

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

border-color css

<style>
 span { border-color: #4561AB; }

 span { border-color: rgb(69,97,171); }

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