#4562DA

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

Shades of Royal Blue #4562DA

Tints of Royal Blue #4562DA

Color information

#4562DA (or 0x4562DA) is unknown color: approx Royal Blue. HEX triplet: 45, 62 and DA. RGB value is (69,98,218). Sum of RGB (Red+Green+Blue) = 69+98+218=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #4562DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4562DA is #BA9D25. Grayscale: #666666. Windows color (decimal): -12229926 or 14312005. OLE color: 14312005.

HSL color Cylindrical-coordinate representation of color #4562DA: hue angle of 228.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4562DA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6998218-
CMYK0.680.5500.15
HSL228.32º66.82%56.27%-
HSV(B)228.32º68.35%85.49%-
XYZ19.4815.0668.21-
YUV103.01192.89103.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 218 (85.55% from 255) = 56.62%
R=17.92%
G=25.45%
B=56.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69982180.680.5500.15228.3266.8256.27
Hex4562DA44370Fe44338
Octal1051423321046701734410370
Binary1000101110001011011010100010011011101111111001001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4562DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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