#4F6CE5

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

Shades of Royal Blue #4F6CE5

Tints of Royal Blue #4F6CE5

Color information

#4F6CE5 (or 0x4F6CE5) is unknown color: approx Royal Blue. HEX triplet: 4F, 6C and E5. RGB value is (79,108,229). Sum of RGB (Red+Green+Blue) = 79+108+229=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F6CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F6CE5 is #B0931A. Grayscale: #707070. Windows color (decimal): -11571995 or 15035471. OLE color: 15035471.

HSL color Cylindrical-coordinate representation of color #4F6CE5: hue angle of 228.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F6CE5 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB79108229-
CMYK0.660.5300.10
HSL228.4º74.26%60.39%-
HSV(B)228.4º65.5%89.8%-
XYZ22.7318.0476.41-
YUV113.12193.39103.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.99%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 229 (89.84% from 255) = 55.05%
R=18.99%
G=25.96%
B=55.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal791082290.660.5300.10228.474.2660.39
Hex4F6CE542350Ae44a3c
Octal1171543451026501234411274
Binary1001111110110011100101100001011010101010111001001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,108,229); }

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

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

 a { background-color: rgb(79,108,229); }

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

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

 span { border-color: rgb(79,108,229); }

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