#4B7FDA

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

Shades of Royal Blue #4B7FDA

Tints of Royal Blue #4B7FDA

Color information

#4B7FDA (or 0x4B7FDA) is unknown color: approx Royal Blue. HEX triplet: 4B, 7F and DA. RGB value is (75,127,218). Sum of RGB (Red+Green+Blue) = 75+127+218=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B7FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FDA is #B48025. Grayscale: #797979. Windows color (decimal): -11829286 or 14319435. OLE color: 14319435.

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

Color convert

RGB75127218-
CMYK0.660.4200.15
HSL218.18º65.9%57.45%-
HSV(B)218.18º65.6%85.49%-
XYZ23.1521.7469.31-
YUV121.83182.2794.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.86%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 218 (85.55% from 255) = 51.90%
R=17.86%
G=30.24%
B=51.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751272180.660.4200.15218.1865.957.45
Hex4B7FDA422A0Fda4239
Octal1131773321025201733210271
Binary1001011111111111011010100001010101001111110110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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