Html Css Color HEX #4870CB Royal Blue

📋 copy color: '#4870CB'

red 72 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4870CB

Tints of Royal Blue #4870CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 18.6%
G = 28.94%
B = 52.45%

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

#4870CB (or 0x4870CB) is known color: Royal Blue. HEX triplet: 48, 70 and CB. RGB value is (72,112,203). Sum of RGB (Red+Green+Blue) = 72+112+203=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4870CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870CB is #B78F34. Grayscale: #6E6E6E. Windows color (decimal): -12029749 or 13332552. OLE color: 13332552.

HSL color Cylindrical-coordinate representation of color #4870CB: hue angle of 221.68º degrees, saturation: 0.56, 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 #4870CB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 112 203 -
CMYK 0.65 0.45 0 0.20
HSL 221.68º 0.56% 0.54% -
HSV(B) 221.68º 0.65% 0.8% -
XYZ 19.25 17.28 58.82 -
YUV 110.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 72 112 203 0.65 0.45 0 0.20 221.68 0.56 0.54
Hex 48 70 CB 41 2D 0 14 DE 38 36
Octal 110 160 313 101 55 0 24 336 70 66
Binary 1001000 1110000 11001011 1000001 101101 0 10100 11011110 111000 110110

Color Harmonies of #4870CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870CB

Black with #4870CB

Text Example


Text Example

White with #4870CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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