#4C6FD0

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

Shades of Royal Blue #4C6FD0

Tints of Royal Blue #4C6FD0

Color information

#4C6FD0 (or 0x4C6FD0) is unknown color: approx Royal Blue. HEX triplet: 4C, 6F and D0. RGB value is (76,111,208). Sum of RGB (Red+Green+Blue) = 76+111+208=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #4C6FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6FD0 is #B3902F. Grayscale: #6F6F6F. Windows color (decimal): -11767856 or 13659980. OLE color: 13659980.

HSL color Cylindrical-coordinate representation of color #4C6FD0: hue angle of 224.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6FD0 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB76111208-
CMYK0.630.4700.18
HSL224.09º58.41%55.69%-
HSV(B)224.09º63.46%81.57%-
XYZ20.0517.4661.99-
YUV111.59182.4102.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 208 (81.64% from 255) = 52.66%
R=19.24%
G=28.10%
B=52.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761112080.630.4700.18224.0958.4155.69
Hex4C6FD03F2F012e03a38
Octal11415732077570223407270
Binary100110011011111101000011111110111101001011100000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,111,208); }

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

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

 a { background-color: rgb(76,111,208); }

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

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

 span { border-color: rgb(76,111,208); }

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