Html Css Color HEX #4C70DC Royal Blue

📋 copy color: '#4C70DC'

red 76 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #4C70DC

Tints of Royal Blue #4C70DC

RGB

 RED value IS 76 (30.08% from 255) = 18.63%

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 18.63%
G = 27.45%
B = 53.92%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C70DC (or 0x4C70DC) is known color: Royal Blue. HEX triplet: 4C, 70 and DC. RGB value is (76,112,220). Sum of RGB (Red+Green+Blue) = 76+112+220=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C70DC is #B38F23. Grayscale: #717171. Windows color (decimal): -11767588 or 14446668. OLE color: 14446668.

HSL color Cylindrical-coordinate representation of color #4C70DC: hue angle of 225º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C70DC is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 112 220 -
CMYK 0.65 0.49 0 0.14
HSL 225º 0.67% 0.58% -
HSV(B) 225º 0.65% 0.86% -
XYZ 21.69 18.29 70.1 -
YUV 113.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 76 112 220 0.65 0.49 0 0.14 225 0.67 0.58
Hex 4C 70 DC 41 31 0 E E1 43 3A
Octal 114 160 334 101 61 0 16 341 103 72
Binary 1001100 1110000 11011100 1000001 110001 0 1110 11100001 1000011 111010

Color Harmonies of #4C70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C70DC

Black with #4C70DC

Text Example


Text Example

White with #4C70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C70DC; }

 p { color: rgb(76,112,220); }

 H1.HeaderClassName
 {
   color: #4C70DC;
 }
 .AnyTagClassName
 {
   color: #4C70DC;
 }
</style>

background-color css

<style>
 a { background-color: #4C70DC; }

 a { background-color: rgb(76,112,220); }

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

border-color css

<style>
 span { border-color: #4C70DC; }

 span { border-color: rgb(76,112,220); }

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