#4F84E1

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

Shades of Cornflower Blue #4F84E1

Tints of Cornflower Blue #4F84E1

Color information

#4F84E1 (or 0x4F84E1) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 84 and E1. RGB value is (79,132,225). Sum of RGB (Red+Green+Blue) = 79+132+225=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F84E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F84E1 is #B07B1E. Grayscale: #7E7E7E. Windows color (decimal): -11565855 or 14779471. OLE color: 14779471.

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

Color convert

RGB79132225-
CMYK0.650.4100.12
HSL218.22º70.87%59.61%-
HSV(B)218.22º64.89%88.24%-
XYZ25.0723.674.47-
YUV126.76183.4493.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.12%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 225 (88.28% from 255) = 51.61%
R=18.12%
G=30.28%
B=51.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791322250.650.4100.12218.2270.8759.61
Hex4F84E141290Cda473c
Octal1172043411015101433210774
Binary10011111000010011100001100000110100101100110110101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F84E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,225); }

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

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

 a { background-color: rgb(79,132,225); }

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

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

 span { border-color: rgb(79,132,225); }

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