#4C6CF0

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

Shades of Royal Blue #4C6CF0

Tints of Royal Blue #4C6CF0

Color information

#4C6CF0 (or 0x4C6CF0) is unknown color: approx Royal Blue. HEX triplet: 4C, 6C and F0. RGB value is (76,108,240). Sum of RGB (Red+Green+Blue) = 76+108+240=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #4C6CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6CF0 is #B3930F. Grayscale: #707070. Windows color (decimal): -11768592 or 15756364. OLE color: 15756364.

HSL color Cylindrical-coordinate representation of color #4C6CF0: hue angle of 228.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C6CF0 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76108240-
CMYK0.680.5500.06
HSL228.29º84.54%61.96%-
HSV(B)228.29º68.33%94.12%-
XYZ24.0718.5584.75-
YUV113.48199.4101.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.92%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 240 (94.14% from 255) = 56.60%
R=17.92%
G=25.47%
B=56.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal761082400.680.5500.06228.2984.5461.96
Hex4C6CF0443706e4553e
Octal114154360104670634412576
Binary100110011011001111000010001001101110110111001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,108,240); }

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

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

 a { background-color: rgb(76,108,240); }

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

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

 span { border-color: rgb(76,108,240); }

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