Html Css Color HEX #4860DC Royal Blue

📋 copy color: '#4860DC'

red 72 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #4860DC

Tints of Royal Blue #4860DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 18.56%
G = 24.74%
B = 56.7%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4860DC (or 0x4860DC) is known color: Royal Blue. HEX triplet: 48, 60 and DC. RGB value is (72,96,220). Sum of RGB (Red+Green+Blue) = 72+96+220=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #4860DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860DC is #B79F23. Grayscale: #666666. Windows color (decimal): -12033828 or 14442568. OLE color: 14442568.

HSL color Cylindrical-coordinate representation of color #4860DC: hue angle of 230.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4860DC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 96 220 -
CMYK 0.67 0.56 0 0.14
HSL 230.27º 0.68% 0.57% -
HSV(B) 230.27º 0.67% 0.86% -
XYZ 19.77 14.91 69.55 -
YUV 102.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 72 96 220 0.67 0.56 0 0.14 230.27 0.68 0.57
Hex 48 60 DC 43 38 0 E E6 44 39
Octal 110 140 334 103 70 0 16 346 104 71
Binary 1001000 1100000 11011100 1000011 111000 0 1110 11100110 1000100 111001

Color Harmonies of #4860DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4860DC

Black with #4860DC

Text Example


Text Example

White with #4860DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4860DC; }

 p { color: rgb(72,96,220); }

 H1.HeaderClassName
 {
   color: #4860DC;
 }
 .AnyTagClassName
 {
   color: #4860DC;
 }
</style>

background-color css

<style>
 a { background-color: #4860DC; }

 a { background-color: rgb(72,96,220); }

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

border-color css

<style>
 span { border-color: #4860DC; }

 span { border-color: rgb(72,96,220); }

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