Html Css Color HEX #4C6ECB Royal Blue

📋 copy color: '#4C6ECB'

red 76 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #4C6ECB

Tints of Royal Blue #4C6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 19.54%
G = 28.28%
B = 52.19%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C6ECB (or 0x4C6ECB) is known color: Royal Blue. HEX triplet: 4C, 6E and CB. RGB value is (76,110,203). Sum of RGB (Red+Green+Blue) = 76+110+203=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C6ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6ECB is #B39134. Grayscale: #6E6E6E. Windows color (decimal): -11768117 or 13332044. OLE color: 13332044.

HSL color Cylindrical-coordinate representation of color #4C6ECB: hue angle of 223.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6ECB is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 110 203 -
CMYK 0.63 0.46 0 0.20
HSL 223.94º 0.55% 0.55% -
HSV(B) 223.94º 0.63% 0.8% -
XYZ 19.34 17 58.76 -
YUV 110.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 76 110 203 0.63 0.46 0 0.20 223.94 0.55 0.55
Hex 4C 6E CB 3F 2E 0 14 E0 37 37
Octal 114 156 313 77 56 0 24 340 67 67
Binary 1001100 1101110 11001011 111111 101110 0 10100 11100000 110111 110111

Color Harmonies of #4C6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6ECB

Black with #4C6ECB

Text Example


Text Example

White with #4C6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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