#4F82FA

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

Shades of Cornflower Blue #4F82FA

Tints of Cornflower Blue #4F82FA

Color information

#4F82FA (or 0x4F82FA) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 82 and FA. RGB value is (79,130,250). Sum of RGB (Red+Green+Blue) = 79+130+250=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F82FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F82FA is #B07D05. Grayscale: #7F7F7F. Windows color (decimal): -11566342 or 16417359. OLE color: 16417359.

HSL color Cylindrical-coordinate representation of color #4F82FA: hue angle of 222.11º 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 #4F82FA is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79130250-
CMYK0.680.4800.02
HSL222.11º94.48%64.51%-
HSV(B)222.11º68.4%98.04%-
XYZ28.4624.5393.68-
YUV128.43196.692.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.21%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 250 (98.05% from 255) = 54.47%
R=17.21%
G=28.32%
B=54.47%

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
Decimal791302500.680.4800.02222.1194.4864.51
Hex4F82FA443002de5e41
Octal1172023721046002336136101
Binary1001111100000101111101010001001100000101101111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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