#4F6DCA

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

Shades of Royal Blue #4F6DCA

Tints of Royal Blue #4F6DCA

Color information

#4F6DCA (or 0x4F6DCA) is unknown color: approx Royal Blue. HEX triplet: 4F, 6D and CA. RGB value is (79,109,202). Sum of RGB (Red+Green+Blue) = 79+109+202=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6DCA is #B09235. Grayscale: #6E6E6E. Windows color (decimal): -11571766 or 13266255. OLE color: 13266255.

HSL color Cylindrical-coordinate representation of color #4F6DCA: hue angle of 225.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F6DCA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79109202-
CMYK0.610.4600.21
HSL225.37º53.71%55.1%-
HSV(B)225.37º60.89%79.22%-
XYZ19.3516.8658.11-
YUV110.63179.56105.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.26%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=20.26%
G=27.95%
B=51.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791092020.610.4600.21225.3753.7155.1
Hex4F6DCA3D2E015e13637
Octal11715531275560253416667
Binary100111111011011100101011110110111001010111100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,109,202); }

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

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

 a { background-color: rgb(79,109,202); }

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

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

 span { border-color: rgb(79,109,202); }

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