#4869E0

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

Shades of Royal Blue #4869E0

Tints of Royal Blue #4869E0

Color information

#4869E0 (or 0x4869E0) is unknown color: approx Royal Blue. HEX triplet: 48, 69 and E0. RGB value is (72,105,224). Sum of RGB (Red+Green+Blue) = 72+105+224=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #4869E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869E0 is #B7961F. Grayscale: #6C6C6C. Windows color (decimal): -12031520 or 14707016. OLE color: 14707016.

HSL color Cylindrical-coordinate representation of color #4869E0: hue angle of 226.97º degrees, saturation: 0.71, 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 #4869E0 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72105224-
CMYK0.680.5300.12
HSL226.97º71.03%58.04%-
HSV(B)226.97º67.86%87.84%-
XYZ21.1816.8672.66-
YUV108.7193.07101.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 224 (87.89% from 255) = 55.86%
R=17.96%
G=26.18%
B=55.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721052240.680.5300.12226.9771.0358.04
Hex4869E044350Ce3473a
Octal1101513401046501434310772
Binary1001000110100111100000100010011010101100111000111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4869E0; }

 p { color: rgb(72,105,224); }

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

<style>
 a { background-color: #4869E0; }

 a { background-color: rgb(72,105,224); }

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

<style>
 span { border-color: #4869E0; }

 span { border-color: rgb(72,105,224); }

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