Html Css Color HEX #4C72DB Royal Blue

📋 copy color: '#4C72DB'

red 76 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #4C72DB

Tints of Royal Blue #4C72DB

RGB

 RED value IS 76 (30.08% from 255) = 18.58%

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 18.58%
G = 27.87%
B = 53.55%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C72DB (or 0x4C72DB) is known color: Royal Blue. HEX triplet: 4C, 72 and DB. RGB value is (76,114,219). Sum of RGB (Red+Green+Blue) = 76+114+219=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C72DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C72DB is #B38D24. Grayscale: #727272. Windows color (decimal): -11767077 or 14381644. OLE color: 14381644.

HSL color Cylindrical-coordinate representation of color #4C72DB: hue angle of 224.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C72DB is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 114 219 -
CMYK 0.65 0.48 0 0.14
HSL 224.06º 0.67% 0.58% -
HSV(B) 224.06º 0.65% 0.86% -
XYZ 21.78 18.69 69.48 -
YUV 114.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 76 114 219 0.65 0.48 0 0.14 224.06 0.67 0.58
Hex 4C 72 DB 41 30 0 E E0 43 3A
Octal 114 162 333 101 60 0 16 340 103 72
Binary 1001100 1110010 11011011 1000001 110000 0 1110 11100000 1000011 111010

Color Harmonies of #4C72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C72DB

Black with #4C72DB

Text Example


Text Example

White with #4C72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C72DB; }

 p { color: rgb(76,114,219); }

 H1.HeaderClassName
 {
   color: #4C72DB;
 }
 .AnyTagClassName
 {
   color: #4C72DB;
 }
</style>

background-color css

<style>
 a { background-color: #4C72DB; }

 a { background-color: rgb(76,114,219); }

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

border-color css

<style>
 span { border-color: #4C72DB; }

 span { border-color: rgb(76,114,219); }

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