Html Css Color HEX #4C7FDC Royal Blue

📋 copy color: '#4C7FDC'

red 76 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #4C7FDC

Tints of Royal Blue #4C7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

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

R = 17.97%
G = 30.02%
B = 52.01%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C7FDC (or 0x4C7FDC) is known color: Royal Blue. HEX triplet: 4C, 7F and DC. RGB value is (76,127,220). Sum of RGB (Red+Green+Blue) = 76+127+220=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FDC is #B38023. Grayscale: #797979. Windows color (decimal): -11763748 or 14450508. OLE color: 14450508.

HSL color Cylindrical-coordinate representation of color #4C7FDC: hue angle of 218.75º 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 #4C7FDC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 127 220 -
CMYK 0.65 0.42 0 0.14
HSL 218.75º 0.67% 0.58% -
HSV(B) 218.75º 0.65% 0.86% -
XYZ 23.49 21.88 70.7 -
YUV 122.35 183.1 94.94 -
System Red Green Blue C M Y K H S L
Decimal 76 127 220 0.65 0.42 0 0.14 218.75 0.67 0.58
Hex 4C 7F DC 41 2A 0 E DB 43 3A
Octal 114 177 334 101 52 0 16 333 103 72
Binary 1001100 1111111 11011100 1000001 101010 0 1110 11011011 1000011 111010

Color Harmonies of #4C7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7FDC

Black with #4C7FDC

Text Example


Text Example

White with #4C7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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