#4C6BFE

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

Shades of Royal Blue #4C6BFE

Tints of Royal Blue #4C6BFE

Color information

#4C6BFE (or 0x4C6BFE) is unknown color: approx Royal Blue. HEX triplet: 4C, 6B and FE. RGB value is (76,107,254). Sum of RGB (Red+Green+Blue) = 76+107+254=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C6BFE is #B39401. Grayscale: #717171. Windows color (decimal): -11768834 or 16673612. OLE color: 16673612.

HSL color Cylindrical-coordinate representation of color #4C6BFE: hue angle of 229.55º 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 #4C6BFE is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76107254-
CMYK0.700.5800.00
HSL229.55º98.89%64.71%-
HSV(B)229.55º70.08%99.61%-
XYZ26.1319.2196.1-
YUV114.49206.73100.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.39%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 254 (99.61% from 255) = 58.12%
R=17.39%
G=24.49%
B=58.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal761072540.700.5800.00229.5598.8964.71
Hex4C6BFE463A00e66341
Octal1141533761067200346143101
Binary10011001101011111111101000110111010001110011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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