Html Css Color HEX #4C7FDA Royal Blue

📋 copy color: '#4C7FDA'

red 76 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #4C7FDA

Tints of Royal Blue #4C7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 18.05%
G = 30.17%
B = 51.78%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4C7FDA (or 0x4C7FDA) is known color: Royal Blue. HEX triplet: 4C, 7F and DA. RGB value is (76,127,218). Sum of RGB (Red+Green+Blue) = 76+127+218=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C7FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7FDA is #B38025. Grayscale: #797979. Windows color (decimal): -11763750 or 14319436. OLE color: 14319436.

HSL color Cylindrical-coordinate representation of color #4C7FDA: hue angle of 218.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C7FDA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 127 218 -
CMYK 0.65 0.42 0 0.15
HSL 218.45º 0.66% 0.58% -
HSV(B) 218.45º 0.65% 0.85% -
XYZ 23.22 21.78 69.31 -
YUV 122.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 76 127 218 0.65 0.42 0 0.15 218.45 0.66 0.58
Hex 4C 7F DA 41 2A 0 F DA 42 3A
Octal 114 177 332 101 52 0 17 332 102 72
Binary 1001100 1111111 11011010 1000001 101010 0 1111 11011010 1000010 111010

Color Harmonies of #4C7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7FDA

Black with #4C7FDA

Text Example


Text Example

White with #4C7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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