#4B5FDA

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

Shades of Royal Blue #4B5FDA

Tints of Royal Blue #4B5FDA

Color information

#4B5FDA (or 0x4B5FDA) is unknown color: approx Royal Blue. HEX triplet: 4B, 5F and DA. RGB value is (75,95,218). Sum of RGB (Red+Green+Blue) = 75+95+218=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B5FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FDA is #B4A025. Grayscale: #666666. Windows color (decimal): -11837478 or 14311243. OLE color: 14311243.

HSL color Cylindrical-coordinate representation of color #4B5FDA: hue angle of 231.61º 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 #4B5FDA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7595218-
CMYK0.660.5600.15
HSL231.61º65.9%57.45%-
HSV(B)231.61º65.6%85.49%-
XYZ19.6514.7468.14-
YUV103.04192.87108-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.33%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 218 (85.55% from 255) = 56.19%
R=19.33%
G=24.48%
B=56.19%

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
Decimal75952180.660.5600.15231.6165.957.45
Hex4B5FDA42380Fe84239
Octal1131373321027001735010271
Binary1001011101111111011010100001011100001111111010001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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