#4883E1

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

Shades of Royal Blue #4883E1

Tints of Royal Blue #4883E1

Color information

#4883E1 (or 0x4883E1) is unknown color: approx Royal Blue. HEX triplet: 48, 83 and E1. RGB value is (72,131,225). Sum of RGB (Red+Green+Blue) = 72+131+225=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #4883E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883E1 is #B77C1E. Grayscale: #7B7B7B. Windows color (decimal): -12024863 or 14779208. OLE color: 14779208.

HSL color Cylindrical-coordinate representation of color #4883E1: hue angle of 216.86º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4883E1 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72131225-
CMYK0.680.4200.12
HSL216.86º71.83%58.24%-
HSV(B)216.86º68%88.24%-
XYZ24.3823.0574.4-
YUV124.07184.9590.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.82%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 225 (88.28% from 255) = 52.57%
R=16.82%
G=30.61%
B=52.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721312250.680.4200.12216.8671.8358.24
Hex4883E1442A0Cd9483a
Octal1102033411045201433111072
Binary10010001000001111100001100010010101001100110110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4883E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4883E1; }

 p { color: rgb(72,131,225); }

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

<style>
 a { background-color: #4883E1; }

 a { background-color: rgb(72,131,225); }

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

<style>
 span { border-color: #4883E1; }

 span { border-color: rgb(72,131,225); }

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