Html Css Color HEX #4860DD Royal Blue

📋 copy color: '#4860DD'

red 72 ◦ green 96 ◦ blue 221

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

Shades of Royal Blue #4860DD

Tints of Royal Blue #4860DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 18.51%
G = 24.68%
B = 56.81%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4860DD (or 0x4860DD) is known color: Royal Blue. HEX triplet: 48, 60 and DD. RGB value is (72,96,221). Sum of RGB (Red+Green+Blue) = 72+96+221=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #4860DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860DD is #B79F22. Grayscale: #666666. Windows color (decimal): -12033827 or 14508104. OLE color: 14508104.

HSL color Cylindrical-coordinate representation of color #4860DD: hue angle of 230.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4860DD is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 96 221 -
CMYK 0.67 0.57 0 0.13
HSL 230.34º 0.69% 0.57% -
HSV(B) 230.34º 0.67% 0.87% -
XYZ 19.91 14.96 70.25 -
YUV 103.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 72 96 221 0.67 0.57 0 0.13 230.34 0.69 0.57
Hex 48 60 DD 43 39 0 D E6 45 39
Octal 110 140 335 103 71 0 15 346 105 71
Binary 1001000 1100000 11011101 1000011 111001 0 1101 11100110 1000101 111001

Color Harmonies of #4860DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4860DD

Black with #4860DD

Text Example


Text Example

White with #4860DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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