Html Css Color HEX #4C7EDA Royal Blue

📋 copy color: '#4C7EDA'

red 76 ◦ green 126 ◦ blue 218

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

Shades of Royal Blue #4C7EDA

Tints of Royal Blue #4C7EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

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

R = 18.1%
G = 30%
B = 51.9%

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

#4C7EDA (or 0x4C7EDA) is known color: Royal Blue. HEX triplet: 4C, 7E and DA. RGB value is (76,126,218). Sum of RGB (Red+Green+Blue) = 76+126+218=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C7EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7EDA is #B38125. Grayscale: #797979. Windows color (decimal): -11764006 or 14319180. OLE color: 14319180.

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

Color convert

RGB 76 126 218 -
CMYK 0.65 0.42 0 0.15
HSL 218.87º 0.66% 0.58% -
HSV(B) 218.87º 0.65% 0.85% -
XYZ 23.1 21.52 69.27 -
YUV 121.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 76 126 218 0.65 0.42 0 0.15 218.87 0.66 0.58
Hex 4C 7E DA 41 2A 0 F DB 42 3A
Octal 114 176 332 101 52 0 17 333 102 72
Binary 1001100 1111110 11011010 1000001 101010 0 1111 11011011 1000010 111010

Color Harmonies of #4C7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7EDA

Black with #4C7EDA

Text Example


Text Example

White with #4C7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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