Html Css Color HEX #4872CE Royal Blue

📋 copy color: '#4872CE'

red 72 ◦ green 114 ◦ blue 206

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

Shades of Royal Blue #4872CE

Tints of Royal Blue #4872CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 18.37%
G = 29.08%
B = 52.55%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4872CE (or 0x4872CE) is known color: Royal Blue. HEX triplet: 48, 72 and CE. RGB value is (72,114,206). Sum of RGB (Red+Green+Blue) = 72+114+206=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #4872CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872CE is #B78D31. Grayscale: #6F6F6F. Windows color (decimal): -12029234 or 13529672. OLE color: 13529672.

HSL color Cylindrical-coordinate representation of color #4872CE: hue angle of 221.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4872CE is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 114 206 -
CMYK 0.65 0.45 0 0.19
HSL 221.19º 0.58% 0.55% -
HSV(B) 221.19º 0.65% 0.81% -
XYZ 19.83 17.87 60.8 -
YUV 111.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 72 114 206 0.65 0.45 0 0.19 221.19 0.58 0.55
Hex 48 72 CE 41 2D 0 13 DD 3A 37
Octal 110 162 316 101 55 0 23 335 72 67
Binary 1001000 1110010 11001110 1000001 101101 0 10011 11011101 111010 110111

Color Harmonies of #4872CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872CE

Black with #4872CE

Text Example


Text Example

White with #4872CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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