Html Css Color HEX #4872CB Royal Blue

📋 copy color: '#4872CB'

red 72 ◦ green 114 ◦ blue 203

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

Shades of Royal Blue #4872CB

Tints of Royal Blue #4872CB

RGB

 RED value IS 72 (28.52% from 255) = 18.51%

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 18.51%
G = 29.31%
B = 52.19%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4872CB (or 0x4872CB) is known color: Royal Blue. HEX triplet: 48, 72 and CB. RGB value is (72,114,203). Sum of RGB (Red+Green+Blue) = 72+114+203=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #4872CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872CB is #B78D34. Grayscale: #6F6F6F. Windows color (decimal): -12029237 or 13333064. OLE color: 13333064.

HSL color Cylindrical-coordinate representation of color #4872CB: hue angle of 220.76º 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 #4872CB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 114 203 -
CMYK 0.65 0.44 0 0.20
HSL 220.76º 0.56% 0.54% -
HSV(B) 220.76º 0.65% 0.8% -
XYZ 19.47 17.72 58.89 -
YUV 111.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 72 114 203 0.65 0.44 0 0.20 220.76 0.56 0.54
Hex 48 72 CB 41 2C 0 14 DD 38 36
Octal 110 162 313 101 54 0 24 335 70 66
Binary 1001000 1110010 11001011 1000001 101100 0 10100 11011101 111000 110110

Color Harmonies of #4872CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872CB

Black with #4872CB

Text Example


Text Example

White with #4872CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4872CB;
 }
 .AnyTagClassName
 {
   color: #4872CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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