Html Css Color HEX #4C6ECF Royal Blue

📋 copy color: '#4C6ECF'

red 76 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #4C6ECF

Tints of Royal Blue #4C6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 19.34%
G = 27.99%
B = 52.67%

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

#4C6ECF (or 0x4C6ECF) is known color: Royal Blue. HEX triplet: 4C, 6E and CF. RGB value is (76,110,207). Sum of RGB (Red+Green+Blue) = 76+110+207=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6ECF is #B39130. Grayscale: #6E6E6E. Windows color (decimal): -11768113 or 13594188. OLE color: 13594188.

HSL color Cylindrical-coordinate representation of color #4C6ECF: hue angle of 224.43º degrees, saturation: 0.58, 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 #4C6ECF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 110 207 -
CMYK 0.63 0.47 0 0.19
HSL 224.43º 0.58% 0.55% -
HSV(B) 224.43º 0.63% 0.81% -
XYZ 19.82 17.19 61.31 -
YUV 110.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 76 110 207 0.63 0.47 0 0.19 224.43 0.58 0.55
Hex 4C 6E CF 3F 2F 0 13 E0 3A 37
Octal 114 156 317 77 57 0 23 340 72 67
Binary 1001100 1101110 11001111 111111 101111 0 10011 11100000 111010 110111

Color Harmonies of #4C6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6ECF

Black with #4C6ECF

Text Example


Text Example

White with #4C6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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