Html Css Color HEX #4870CC Royal Blue

📋 copy color: '#4870CC'

red 72 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #4870CC

Tints of Royal Blue #4870CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 18.56%
G = 28.87%
B = 52.58%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4870CC (or 0x4870CC) is known color: Royal Blue. HEX triplet: 48, 70 and CC. RGB value is (72,112,204). Sum of RGB (Red+Green+Blue) = 72+112+204=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #4870CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870CC is #B78F33. Grayscale: #6E6E6E. Windows color (decimal): -12029748 or 13398088. OLE color: 13398088.

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

Color convert

RGB 72 112 204 -
CMYK 0.65 0.45 0 0.2
HSL 221.82º 0.56% 0.54% -
HSV(B) 221.82º 0.65% 0.8% -
XYZ 19.37 17.33 59.45 -
YUV 110.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 72 112 204 0.65 0.45 0 0.2 221.82 0.56 0.54
Hex 48 70 CC 41 2D 0 14 DE 38 36
Octal 110 160 314 101 55 0 24 336 70 66
Binary 1001000 1110000 11001100 1000001 101101 0 10100 11011110 111000 110110

Color Harmonies of #4870CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870CC

Black with #4870CC

Text Example


Text Example

White with #4870CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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