Html Css Color HEX #4873CB Royal Blue

📋 copy color: '#4873CB'

red 72 ◦ green 115 ◦ blue 203

#4873CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4873CB

Tints of Royal Blue #4873CB

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 value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4873CB (or 0x4873CB) is known color: 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

RGB 72 115 203 -
CMYK 0.65 0.43 0 0.20
HSL 220.31º 0.56% 0.54% -
HSV(B) 220.31º 0.65% 0.8% -
XYZ 19.58 17.95 58.93 -
YUV 112.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 72 115 203 0.65 0.43 0 0.20 220.31 0.56 0.54
Hex 48 73 CB 41 2B 0 14 DC 38 36
Octal 110 163 313 101 53 0 24 334 70 66
Binary 1001000 1110011 11001011 1000001 101011 0 10100 11011100 111000 110110

Color Harmonies of #4873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4873CB

Black with #4873CB

Text Example


Text Example

White with #4873CB

Text Example


Text Example

HTML Codes & Css Web 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>