Html Css Color HEX #4860DB Royal Blue

📋 copy color: '#4860DB'

red 72 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #4860DB

Tints of Royal Blue #4860DB

RGB

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

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

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

R = 18.6%
G = 24.81%
B = 56.59%

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

#4860DB (or 0x4860DB) is known color: Royal Blue. HEX triplet: 48, 60 and DB. RGB value is (72,96,219). Sum of RGB (Red+Green+Blue) = 72+96+219=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #4860DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860DB is #B79F24. Grayscale: #666666. Windows color (decimal): -12033829 or 14377032. OLE color: 14377032.

HSL color Cylindrical-coordinate representation of color #4860DB: hue angle of 230.2º degrees, saturation: 0.67, 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 #4860DB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 96 219 -
CMYK 0.67 0.56 0 0.14
HSL 230.2º 0.67% 0.57% -
HSV(B) 230.2º 0.67% 0.86% -
XYZ 19.64 14.86 68.85 -
YUV 102.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 72 96 219 0.67 0.56 0 0.14 230.2 0.67 0.57
Hex 48 60 DB 43 38 0 E E6 43 39
Octal 110 140 333 103 70 0 16 346 103 71
Binary 1001000 1100000 11011011 1000011 111000 0 1110 11100110 1000011 111001

Color Harmonies of #4860DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4860DB

Black with #4860DB

Text Example


Text Example

White with #4860DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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