Html Css Color HEX #4C6ECE Royal Blue

📋 copy color: '#4C6ECE'

red 76 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #4C6ECE

Tints of Royal Blue #4C6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 19.39%
G = 28.06%
B = 52.55%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C6ECE (or 0x4C6ECE) is known color: Royal Blue. HEX triplet: 4C, 6E and CE. RGB value is (76,110,206). Sum of RGB (Red+Green+Blue) = 76+110+206=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6ECE is #B39131. Grayscale: #6E6E6E. Windows color (decimal): -11768114 or 13528652. OLE color: 13528652.

HSL color Cylindrical-coordinate representation of color #4C6ECE: hue angle of 224.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6ECE is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 110 206 -
CMYK 0.63 0.47 0 0.19
HSL 224.31º 0.57% 0.55% -
HSV(B) 224.31º 0.63% 0.81% -
XYZ 19.7 17.14 60.66 -
YUV 110.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 76 110 206 0.63 0.47 0 0.19 224.31 0.57 0.55
Hex 4C 6E CE 3F 2F 0 13 E0 39 37
Octal 114 156 316 77 57 0 23 340 71 67
Binary 1001100 1101110 11001110 111111 101111 0 10011 11100000 111001 110111

Color Harmonies of #4C6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6ECE

Black with #4C6ECE

Text Example


Text Example

White with #4C6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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