#4F80E0

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

Shades of Royal Blue #4F80E0

Tints of Royal Blue #4F80E0

Color information

#4F80E0 (or 0x4F80E0) is unknown color: approx Royal Blue. HEX triplet: 4F, 80 and E0. RGB value is (79,128,224). Sum of RGB (Red+Green+Blue) = 79+128+224=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #4F80E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80E0 is #B07F1F. Grayscale: #7B7B7B. Windows color (decimal): -11566880 or 14712911. OLE color: 14712911.

HSL color Cylindrical-coordinate representation of color #4F80E0: hue angle of 219.72º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F80E0 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79128224-
CMYK0.650.4300.12
HSL219.72º70.05%59.41%-
HSV(B)219.72º64.73%87.84%-
XYZ24.422.4873.57-
YUV124.29184.2795.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.33%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 224 (87.89% from 255) = 51.97%
R=18.33%
G=29.70%
B=51.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791282240.650.4300.12219.7270.0559.41
Hex4F80E0412B0Cdc463b
Octal1172003401015301433410673
Binary10011111000000011100000100000110101101100110111001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,128,224); }

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

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

 a { background-color: rgb(79,128,224); }

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

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

 span { border-color: rgb(79,128,224); }

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