Html Css Color HEX #4563AA Mariner

📋 copy color: '#4563AA'

red 69 ◦ green 99 ◦ blue 170

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

Shades of Mariner #4563AA

Tints of Mariner #4563AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 20.41%
G = 29.29%
B = 50.3%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4563AA (or 0x4563AA) is known color: Mariner. HEX triplet: 45, 63 and AA. RGB value is (69,99,170). Sum of RGB (Red+Green+Blue) = 69+99+170=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #4563AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4563AA is #BA9C55. Grayscale: #616161. Windows color (decimal): -12229718 or 11166533. OLE color: 11166533.

HSL color Cylindrical-coordinate representation of color #4563AA: hue angle of 222.18º 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 #4563AA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 99 170 -
CMYK 0.59 0.42 0 0.33
HSL 222.18º 0.42% 0.47% -
HSV(B) 222.18º 0.59% 0.67% -
XYZ 14.17 13.09 39.81 -
YUV 98.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 69 99 170 0.59 0.42 0 0.33 222.18 0.42 0.47
Hex 45 63 AA 3B 2A 0 21 DE 2A 2F
Octal 105 143 252 73 52 0 41 336 52 57
Binary 1000101 1100011 10101010 111011 101010 0 100001 11011110 101010 101111

Color Harmonies of #4563AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4563AA

Black with #4563AA

Text Example


Text Example

White with #4563AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4563AA; }

 p { color: rgb(69,99,170); }

 H1.HeaderClassName
 {
   color: #4563AA;
 }
 .AnyTagClassName
 {
   color: #4563AA;
 }
</style>

background-color css

<style>
 a { background-color: #4563AA; }

 a { background-color: rgb(69,99,170); }

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

border-color css

<style>
 span { border-color: #4563AA; }

 span { border-color: rgb(69,99,170); }

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