#4562B4

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

Shades of Mariner #4562B4

Tints of Mariner #4562B4

Color information

#4562B4 (or 0x4562B4) is unknown color: approx Mariner. HEX triplet: 45, 62 and B4. RGB value is (69,98,180). Sum of RGB (Red+Green+Blue) = 69+98+180=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #4562B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562B4 is #BA9D4B. Grayscale: #626262. Windows color (decimal): -12229964 or 11821637. OLE color: 11821637.

HSL color Cylindrical-coordinate representation of color #4562B4: hue angle of 224.32º 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 #4562B4 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6998180-
CMYK0.620.4600.29
HSL224.32º44.58%48.82%-
HSV(B)224.32º61.67%70.59%-
XYZ15.0613.344.95-
YUV98.68173.89106.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=19.88%
G=28.24%
B=51.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal69981800.620.4600.29224.3244.5848.82
Hex4562B43E2E01De02d31
Octal10514226476560353405561
Binary100010111000101011010011111010111001110111100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4562B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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