#4F6BCE

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

Shades of Royal Blue #4F6BCE

Tints of Royal Blue #4F6BCE

Color information

#4F6BCE (or 0x4F6BCE) is unknown color: approx Royal Blue. HEX triplet: 4F, 6B and CE. RGB value is (79,107,206). Sum of RGB (Red+Green+Blue) = 79+107+206=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F6BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6BCE is #B09431. Grayscale: #6D6D6D. Windows color (decimal): -11572274 or 13527887. OLE color: 13527887.

HSL color Cylindrical-coordinate representation of color #4F6BCE: hue angle of 226.77º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F6BCE is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB79107206-
CMYK0.620.4800.19
HSL226.77º56.44%55.88%-
HSV(B)226.77º61.65%80.78%-
XYZ19.6216.6360.57-
YUV109.91182.22105.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.15%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=20.15%
G=27.30%
B=52.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal791072060.620.4800.19226.7756.4455.88
Hex4F6BCE3E30013e33838
Octal11715331676600233437070
Binary100111111010111100111011111011000001001111100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,107,206); }

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

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

 a { background-color: rgb(79,107,206); }

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

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

 span { border-color: rgb(79,107,206); }

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