#4B71E1

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

Shades of Royal Blue #4B71E1

Tints of Royal Blue #4B71E1

Color information

#4B71E1 (or 0x4B71E1) is unknown color: approx Royal Blue. HEX triplet: 4B, 71 and E1. RGB value is (75,113,225). Sum of RGB (Red+Green+Blue) = 75+113+225=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B71E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71E1 is #B48E1E. Grayscale: #717171. Windows color (decimal): -11832863 or 14774603. OLE color: 14774603.

HSL color Cylindrical-coordinate representation of color #4B71E1: hue angle of 224.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B71E1 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB75113225-
CMYK0.670.5000.12
HSL224.8º71.43%58.82%-
HSV(B)224.8º66.67%88.24%-
XYZ22.418.7473.67-
YUV114.41190.4199.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.16%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=18.16%
G=27.36%
B=54.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal751132250.670.5000.12224.871.4358.82
Hex4B71E143320Ce1473b
Octal1131613411036201434110773
Binary1001011111000111100001100001111001001100111000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,225); }

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

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

 a { background-color: rgb(75,113,225); }

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

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

 span { border-color: rgb(75,113,225); }

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