#4B60DA

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

Shades of Royal Blue #4B60DA

Tints of Royal Blue #4B60DA

Color information

#4B60DA (or 0x4B60DA) is unknown color: approx Royal Blue. HEX triplet: 4B, 60 and DA. RGB value is (75,96,218). Sum of RGB (Red+Green+Blue) = 75+96+218=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B60DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B60DA is #B49F25. Grayscale: #676767. Windows color (decimal): -11837222 or 14311499. OLE color: 14311499.

HSL color Cylindrical-coordinate representation of color #4B60DA: hue angle of 231.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B60DA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7596218-
CMYK0.660.5600.15
HSL231.19º65.9%57.45%-
HSV(B)231.19º65.6%85.49%-
XYZ19.7414.9268.17-
YUV103.63192.54107.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.28%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 218 (85.55% from 255) = 56.04%
R=19.28%
G=24.68%
B=56.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75962180.660.5600.15231.1965.957.45
Hex4B60DA42380Fe74239
Octal1131403321027001734710271
Binary1001011110000011011010100001011100001111111001111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B60DA; }

 p { color: rgb(75,96,218); }

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

<style>
 a { background-color: #4B60DA; }

 a { background-color: rgb(75,96,218); }

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

<style>
 span { border-color: #4B60DA; }

 span { border-color: rgb(75,96,218); }

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