Html Css Color HEX #4870DB Royal Blue

📋 copy color: '#4870DB'

red 72 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #4870DB

Tints of Royal Blue #4870DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 17.87%
G = 27.79%
B = 54.34%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4870DB (or 0x4870DB) is known color: Royal Blue. HEX triplet: 48, 70 and DB. RGB value is (72,112,219). Sum of RGB (Red+Green+Blue) = 72+112+219=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #4870DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870DB is #B78F24. Grayscale: #6F6F6F. Windows color (decimal): -12029733 or 14381128. OLE color: 14381128.

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

Color convert

RGB 72 112 219 -
CMYK 0.67 0.49 0 0.14
HSL 223.67º 0.67% 0.57% -
HSV(B) 223.67º 0.67% 0.86% -
XYZ 21.25 18.08 69.39 -
YUV 112.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 72 112 219 0.67 0.49 0 0.14 223.67 0.67 0.57
Hex 48 70 DB 43 31 0 E E0 43 39
Octal 110 160 333 103 61 0 16 340 103 71
Binary 1001000 1110000 11011011 1000011 110001 0 1110 11100000 1000011 111001

Color Harmonies of #4870DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870DB

Black with #4870DB

Text Example


Text Example

White with #4870DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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