#4F75F9

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

Shades of Royal Blue #4F75F9

Tints of Royal Blue #4F75F9

Color information

#4F75F9 (or 0x4F75F9) is unknown color: approx Royal Blue. HEX triplet: 4F, 75 and F9. RGB value is (79,117,249). Sum of RGB (Red+Green+Blue) = 79+117+249=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #4F75F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F75F9 is #B08A06. Grayscale: #787878. Windows color (decimal): -11569671 or 16348495. OLE color: 16348495.

HSL color Cylindrical-coordinate representation of color #4F75F9: hue angle of 226.59º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F75F9 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79117249-
CMYK0.680.5300.02
HSL226.59º93.41%64.31%-
HSV(B)226.59º68.27%97.65%-
XYZ26.6821.2292.31-
YUV120.69200.4198.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.75%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=17.75%
G=26.29%
B=55.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791172490.680.5300.02226.5993.4164.31
Hex4F75F9443502e35d40
Octal1171653711046502343135100
Binary100111111101011111100110001001101010101110001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,249); }

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

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

 a { background-color: rgb(79,117,249); }

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

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

 span { border-color: rgb(79,117,249); }

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