#4c6dfe

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

Shades of Royal Blue #4C6DFE

Tints of Royal Blue #4C6DFE

Color information

#4C6DFE (or 0x4C6DFE) is unknown color: approx Royal Blue. HEX triplet: 4C, 6D and FE. RGB value is (76,109,254). Sum of RGB (Red+Green+Blue) = 76+109+254=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6DFE is #B39201. Grayscale: #737373. Windows color (decimal): -11768322 or 16674124. OLE color: 16674124.

HSL color Cylindrical-coordinate representation of color #4C6DFE: hue angle of 228.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C6DFE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76109254-
CMYK0.700.5700.00
HSL228.88º98.89%64.71%-
HSV(B)228.88º70.08%99.61%-
XYZ26.3419.6396.17-
YUV115.66206.0799.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.31%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=17.31%
G=24.83%
B=57.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal761092540.700.5700.00228.8898.8964.71
Hex4C6DFE463900e56341
Octal1141553761067100345143101
Binary10011001101101111111101000110111001001110010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c6dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,109,254); }

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

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

 a { background-color: rgb(76,109,254); }

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

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

 span { border-color: rgb(76,109,254); }

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