#4854e4

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

Shades of Royal Blue #4854E4

Tints of Royal Blue #4854E4

Color information

#4854E4 (or 0x4854E4) is unknown color: approx Royal Blue. HEX triplet: 48, 54 and E4. RGB value is (72,84,228). Sum of RGB (Red+Green+Blue) = 72+84+228=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 228 (89.45% from 255 or 59.38% from 384); Max value from RGB is 228 - color contains mainly: blue. Hex color #4854E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4854E4 is #B7AB1B. Grayscale: #606060. Windows color (decimal): -12036892 or 14963784. OLE color: 14963784.

HSL color Cylindrical-coordinate representation of color #4854E4: hue angle of 235.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4854E4 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7284228-
CMYK0.680.6300.11
HSL235.38º74.29%58.82%-
HSV(B)235.38º68.42%89.41%-
XYZ19.8513.3274.92-
YUV96.83202.02110.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 228 (89.45% from 255) = 59.38%
R=18.75%
G=21.88%
B=59.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72842280.680.6300.11235.3874.2958.82
Hex4854E4443F0Beb4a3b
Octal1101243441047701335311273
Binary1001000101010011100100100010011111101011111010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4854e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4854e4; }

 p { color: rgb(72,84,228); }

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

<style>
 a { background-color: #4854e4; }

 a { background-color: rgb(72,84,228); }

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

<style>
 span { border-color: #4854e4; }

 span { border-color: rgb(72,84,228); }

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