Html Css Color HEX #4C6EDD Royal Blue

📋 copy color: '#4C6EDD'

red 76 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #4C6EDD

Tints of Royal Blue #4C6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 18.67%
G = 27.03%
B = 54.3%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C6EDD (or 0x4C6EDD) is known color: Royal Blue. HEX triplet: 4C, 6E and DD. RGB value is (76,110,221). Sum of RGB (Red+Green+Blue) = 76+110+221=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6EDD is #B39122. Grayscale: #707070. Windows color (decimal): -11768099 or 14511692. OLE color: 14511692.

HSL color Cylindrical-coordinate representation of color #4C6EDD: hue angle of 225.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C6EDD is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 110 221 -
CMYK 0.66 0.50 0 0.13
HSL 225.93º 0.68% 0.58% -
HSV(B) 225.93º 0.66% 0.87% -
XYZ 21.61 17.91 70.72 -
YUV 112.49 189.24 101.97 -
System Red Green Blue C M Y K H S L
Decimal 76 110 221 0.66 0.50 0 0.13 225.93 0.68 0.58
Hex 4C 6E DD 42 32 0 D E2 44 3A
Octal 114 156 335 102 62 0 15 342 104 72
Binary 1001100 1101110 11011101 1000010 110010 0 1101 11100010 1000100 111010

Color Harmonies of #4C6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6EDD

Black with #4C6EDD

Text Example


Text Example

White with #4C6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,110,221); }

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

background-color css

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

 a { background-color: rgb(76,110,221); }

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

border-color css

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

 span { border-color: rgb(76,110,221); }

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