#4B77DA

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

Shades of Royal Blue #4B77DA

Tints of Royal Blue #4B77DA

Color information

#4B77DA (or 0x4B77DA) is unknown color: approx Royal Blue. HEX triplet: 4B, 77 and DA. RGB value is (75,119,218). Sum of RGB (Red+Green+Blue) = 75+119+218=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B77DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B77DA is #B48825. Grayscale: #747474. Windows color (decimal): -11831334 or 14317387. OLE color: 14317387.

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

Color convert

RGB75119218-
CMYK0.660.4500.15
HSL221.54º65.9%57.45%-
HSV(B)221.54º65.6%85.49%-
XYZ22.1519.7568.97-
YUV117.13184.9297.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 218 (85.55% from 255) = 52.91%
R=18.20%
G=28.88%
B=52.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751192180.660.4500.15221.5465.957.45
Hex4B77DA422D0Fde4239
Octal1131673321025501733610271
Binary1001011111011111011010100001010110101111110111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B77DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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