#4F83E1

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

Shades of Cornflower Blue #4F83E1

Tints of Cornflower Blue #4F83E1

Color information

#4F83E1 (or 0x4F83E1) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 83 and E1. RGB value is (79,131,225). Sum of RGB (Red+Green+Blue) = 79+131+225=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F83E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83E1 is #B07C1E. Grayscale: #7D7D7D. Windows color (decimal): -11566111 or 14779215. OLE color: 14779215.

HSL color Cylindrical-coordinate representation of color #4F83E1: hue angle of 218.63º 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 #4F83E1 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB79131225-
CMYK0.650.4200.12
HSL218.63º70.87%59.61%-
HSV(B)218.63º64.89%88.24%-
XYZ24.9323.3374.42-
YUV126.17183.7794.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.16%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=18.16%
G=30.11%
B=51.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal791312250.650.4200.12218.6370.8759.61
Hex4F83E1412A0Cdb473c
Octal1172033411015201433310774
Binary10011111000001111100001100000110101001100110110111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F83E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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