#4F81FA

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

Shades of Cornflower Blue #4F81FA

Tints of Cornflower Blue #4F81FA

Color information

#4F81FA (or 0x4F81FA) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 81 and FA. RGB value is (79,129,250). Sum of RGB (Red+Green+Blue) = 79+129+250=458 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.25% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F81FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F81FA is #B07E05. Grayscale: #7F7F7F. Windows color (decimal): -11566598 or 16417103. OLE color: 16417103.

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

Color convert

RGB79129250-
CMYK0.680.4800.02
HSL222.46º94.48%64.51%-
HSV(B)222.46º68.4%98.04%-
XYZ28.3324.2693.63-
YUV127.84196.9493.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.25%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 250 (98.05% from 255) = 54.59%
R=17.25%
G=28.17%
B=54.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791292500.680.4800.02222.4694.4864.51
Hex4F81FA443002de5e41
Octal1172013721046002336136101
Binary1001111100000011111101010001001100000101101111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,129,250); }

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

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

 a { background-color: rgb(79,129,250); }

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

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

 span { border-color: rgb(79,129,250); }

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