#4C6BD8

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

Shades of Royal Blue #4C6BD8

Tints of Royal Blue #4C6BD8

Color information

#4C6BD8 (or 0x4C6BD8) is unknown color: approx Royal Blue. HEX triplet: 4C, 6B and D8. RGB value is (76,107,216). Sum of RGB (Red+Green+Blue) = 76+107+216=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #4C6BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6BD8 is #B39427. Grayscale: #6D6D6D. Windows color (decimal): -11768872 or 14183244. OLE color: 14183244.

HSL color Cylindrical-coordinate representation of color #4C6BD8: hue angle of 226.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C6BD8 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB76107216-
CMYK0.650.5000.15
HSL226.71º64.22%57.25%-
HSV(B)226.71º64.81%84.71%-
XYZ20.6317.0167.16-
YUV110.16187.73103.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.05%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 216 (84.77% from 255) = 54.14%
R=19.05%
G=26.82%
B=54.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal761072160.650.5000.15226.7164.2257.25
Hex4C6BD841320Fe34039
Octal1141533301016201734310071
Binary1001100110101111011000100000111001001111111000111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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