#4873CB

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

Shades of Royal Blue #4873CB

Tints of Royal Blue #4873CB

Color information

#4873CB (or 0x4873CB) is unknown color: approx Royal Blue. HEX triplet: 48, 73 and CB. RGB value is (72,115,203). Sum of RGB (Red+Green+Blue) = 72+115+203=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #4873CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4873CB is #B78C34. Grayscale: #6F6F6F. Windows color (decimal): -12028981 or 13333320. OLE color: 13333320.

HSL color Cylindrical-coordinate representation of color #4873CB: hue angle of 220.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4873CB is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB72115203-
CMYK0.650.4300.20
HSL220.31º55.74%53.92%-
HSV(B)220.31º64.53%79.61%-
XYZ19.5817.9558.93-
YUV112.17179.2599.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=18.46%
G=29.49%
B=52.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721152030.650.4300.20220.3155.7453.92
Hex4873CB412B014dc3836
Octal110163313101530243347066
Binary1001000111001111001011100000110101101010011011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4873CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4873CB; }

 p { color: rgb(72,115,203); }

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

<style>
 a { background-color: #4873CB; }

 a { background-color: rgb(72,115,203); }

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

<style>
 span { border-color: #4873CB; }

 span { border-color: rgb(72,115,203); }

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