#4563B4

Color #4563B4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #4563B4

Tints of Mariner #4563B4

Color information

#4563B4 (or 0x4563B4) is unknown color: approx Mariner. HEX triplet: 45, 63 and B4. RGB value is (69,99,180). Sum of RGB (Red+Green+Blue) = 69+99+180=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #4563B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4563B4 is #BA9C4B. Grayscale: #626262. Windows color (decimal): -12229708 or 11821893. OLE color: 11821893.

HSL color Cylindrical-coordinate representation of color #4563B4: hue angle of 223.78º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4563B4 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6999180-
CMYK0.620.4500.29
HSL223.78º44.58%48.82%-
HSV(B)223.78º61.67%70.59%-
XYZ15.1513.4844.98-
YUV99.26173.56106.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 180 (70.70% from 255) = 51.72%
R=19.83%
G=28.45%
B=51.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69991800.620.4500.29223.7844.5848.82
Hex4563B43E2D01De02d31
Octal10514326476550353405561
Binary100010111000111011010011111010110101110111100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4563B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4563B4;
 }
 .AnyTagClassName
 {
   color: #4563B4;
 }
</style>
background-color css

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

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

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

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

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

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