#4B71CE

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

Shades of Royal Blue #4B71CE

Tints of Royal Blue #4B71CE

Color information

#4B71CE (or 0x4B71CE) is unknown color: approx Royal Blue. HEX triplet: 4B, 71 and CE. RGB value is (75,113,206). Sum of RGB (Red+Green+Blue) = 75+113+206=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B71CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71CE is #B48E31. Grayscale: #6F6F6F. Windows color (decimal): -11832882 or 13529419. OLE color: 13529419.

HSL color Cylindrical-coordinate representation of color #4B71CE: hue angle of 222.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B71CE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75113206-
CMYK0.640.4500.19
HSL222.6º57.21%55.1%-
HSV(B)222.6º63.59%80.78%-
XYZ19.9517.7660.77-
YUV112.24180.91101.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 206 (80.86% from 255) = 52.28%
R=19.04%
G=28.68%
B=52.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751132060.640.4500.19222.657.2155.1
Hex4B71CE402D013df3937
Octal113161316100550233377167
Binary1001011111000111001110100000010110101001111011111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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