#4F75EB

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

Shades of Royal Blue #4F75EB

Tints of Royal Blue #4F75EB

Color information

#4F75EB (or 0x4F75EB) is unknown color: approx Royal Blue. HEX triplet: 4F, 75 and EB. RGB value is (79,117,235). Sum of RGB (Red+Green+Blue) = 79+117+235=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F75EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F75EB is #B08A14. Grayscale: #767676. Windows color (decimal): -11569685 or 15430991. OLE color: 15430991.

HSL color Cylindrical-coordinate representation of color #4F75EB: hue angle of 225.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F75EB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB79117235-
CMYK0.660.5000.08
HSL225.38º79.59%61.57%-
HSV(B)225.38º66.38%92.16%-
XYZ24.5820.3881.24-
YUV119.09193.4199.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.33%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=18.33%
G=27.15%
B=54.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal791172350.660.5000.08225.3879.5961.57
Hex4F75EB423208e1503e
Octal1171653531026201034112076
Binary1001111111010111101011100001011001001000111000011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F75EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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