#4C6AEC

Color #4C6AEC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4C6AEC

Tints of Royal Blue #4C6AEC

Color information

#4C6AEC (or 0x4C6AEC) is unknown color: approx Royal Blue. HEX triplet: 4C, 6A and EC. RGB value is (76,106,236). Sum of RGB (Red+Green+Blue) = 76+106+236=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C6AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6AEC is #B39513. Grayscale: #6F6F6F. Windows color (decimal): -11769108 or 15493708. OLE color: 15493708.

HSL color Cylindrical-coordinate representation of color #4C6AEC: hue angle of 228.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C6AEC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB76106236-
CMYK0.680.5500.07
HSL228.75º80.81%61.18%-
HSV(B)228.75º67.8%92.55%-
XYZ23.2717.981.59-
YUV111.85198.06102.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.18%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 236 (92.58% from 255) = 56.46%
R=18.18%
G=25.36%
B=56.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal761062360.680.5500.07228.7580.8161.18
Hex4C6AEC443707e5513d
Octal114152354104670734512175
Binary100110011010101110110010001001101110111111001011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,106,236); }

 H1.HeaderClassName
 {
   color: #4C6AEC;
 }
 .AnyTagClassName
 {
   color: #4C6AEC;
 }
</style>
background-color css

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

 a { background-color: rgb(76,106,236); }

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

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

 span { border-color: rgb(76,106,236); }

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