#4F6BE2

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

Shades of Royal Blue #4F6BE2

Tints of Royal Blue #4F6BE2

Color information

#4F6BE2 (or 0x4F6BE2) is unknown color: approx Royal Blue. HEX triplet: 4F, 6B and E2. RGB value is (79,107,226). Sum of RGB (Red+Green+Blue) = 79+107+226=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #4F6BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6BE2 is #B0941D. Grayscale: #6F6F6F. Windows color (decimal): -11572254 or 14838607. OLE color: 14838607.

HSL color Cylindrical-coordinate representation of color #4F6BE2: hue angle of 228.57º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F6BE2 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB79107226-
CMYK0.650.5300.11
HSL228.57º71.71%59.8%-
HSV(B)228.57º65.04%88.63%-
XYZ22.2117.6774.19-
YUV112.19192.22104.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.17%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 226 (88.67% from 255) = 54.85%
R=19.17%
G=25.97%
B=54.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal791072260.650.5300.11228.5771.7159.8
Hex4F6BE241350Be5483c
Octal1171533421016501334511074
Binary1001111110101111100010100000111010101011111001011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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