Html Css Color HEX #4870CD Royal Blue

📋 copy color: '#4870CD'

red 72 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4870CD

Tints of Royal Blue #4870CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 18.51%
G = 28.79%
B = 52.7%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4870CD (or 0x4870CD) is known color: Royal Blue. HEX triplet: 48, 70 and CD. RGB value is (72,112,205). Sum of RGB (Red+Green+Blue) = 72+112+205=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4870CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870CD is #B78F32. Grayscale: #6E6E6E. Windows color (decimal): -12029747 or 13463624. OLE color: 13463624.

HSL color Cylindrical-coordinate representation of color #4870CD: hue angle of 221.95º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4870CD is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 112 205 -
CMYK 0.65 0.45 0 0.20
HSL 221.95º 0.57% 0.54% -
HSV(B) 221.95º 0.65% 0.8% -
XYZ 19.49 17.37 60.08 -
YUV 110.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 72 112 205 0.65 0.45 0 0.20 221.95 0.57 0.54
Hex 48 70 CD 41 2D 0 14 DE 39 36
Octal 110 160 315 101 55 0 24 336 71 66
Binary 1001000 1110000 11001101 1000001 101101 0 10100 11011110 111001 110110

Color Harmonies of #4870CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870CD

Black with #4870CD

Text Example


Text Example

White with #4870CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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