Html Css Color HEX #4871CB Royal Blue

📋 copy color: '#4871CB'

red 72 ◦ green 113 ◦ blue 203

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

Shades of Royal Blue #4871CB

Tints of Royal Blue #4871CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

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

R = 18.56%
G = 29.12%
B = 52.32%

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

#4871CB (or 0x4871CB) is known color: Royal Blue. HEX triplet: 48, 71 and CB. RGB value is (72,113,203). Sum of RGB (Red+Green+Blue) = 72+113+203=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #4871CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4871CB is #B78E34. Grayscale: #6E6E6E. Windows color (decimal): -12029493 or 13332808. OLE color: 13332808.

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

Color convert

RGB 72 113 203 -
CMYK 0.65 0.44 0 0.20
HSL 221.22º 0.56% 0.54% -
HSV(B) 221.22º 0.65% 0.8% -
XYZ 19.36 17.5 58.86 -
YUV 111 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 72 113 203 0.65 0.44 0 0.20 221.22 0.56 0.54
Hex 48 71 CB 41 2C 0 14 DD 38 36
Octal 110 161 313 101 54 0 24 335 70 66
Binary 1001000 1110001 11001011 1000001 101100 0 10100 11011101 111000 110110

Color Harmonies of #4871CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4871CB

Black with #4871CB

Text Example


Text Example

White with #4871CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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