Html Css Color HEX #4872CC Royal Blue

📋 copy color: '#4872CC'

red 72 ◦ green 114 ◦ blue 204

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

Shades of Royal Blue #4872CC

Tints of Royal Blue #4872CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 18.46%
G = 29.23%
B = 52.31%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4872CC (or 0x4872CC) is known color: Royal Blue. HEX triplet: 48, 72 and CC. RGB value is (72,114,204). Sum of RGB (Red+Green+Blue) = 72+114+204=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #4872CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872CC is #B78D33. Grayscale: #6F6F6F. Windows color (decimal): -12029236 or 13398600. OLE color: 13398600.

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

Color convert

RGB 72 114 204 -
CMYK 0.65 0.44 0 0.2
HSL 220.91º 0.56% 0.54% -
HSV(B) 220.91º 0.65% 0.8% -
XYZ 19.59 17.77 59.52 -
YUV 111.7 180.09 99.68 -
System Red Green Blue C M Y K H S L
Decimal 72 114 204 0.65 0.44 0 0.2 220.91 0.56 0.54
Hex 48 72 CC 41 2C 0 14 DD 38 36
Octal 110 162 314 101 54 0 24 335 70 66
Binary 1001000 1110010 11001100 1000001 101100 0 10100 11011101 111000 110110

Color Harmonies of #4872CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872CC

Black with #4872CC

Text Example


Text Example

White with #4872CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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