#4F5073

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

Shades of Corn Flower Blue #4F5073

Tints of Corn Flower Blue #4F5073

Color information

#4F5073 (or 0x4F5073) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 73. RGB value is (79,80,115). Sum of RGB (Red+Green+Blue) = 79+80+115=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F5073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5073 is #B0AF8C. Grayscale: #535353. Windows color (decimal): -11579277 or 7557199. OLE color: 7557199.

HSL color Cylindrical-coordinate representation of color #4F5073: hue angle of 238.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5073 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7980115-
CMYK0.310.3000.55
HSL238.33º18.56%38.04%-
HSV(B)238.33º31.3%45.1%-
XYZ9.198.6417.4-
YUV83.69145.67124.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=28.83%
G=29.20%
B=41.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79801150.310.3000.55238.3318.5638.04
Hex4F50731F1E037ee1326
Octal11712016337360673562346
Binary100111110100001110011111111111001101111110111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,115); }

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

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

 a { background-color: rgb(79,80,115); }

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

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

 span { border-color: rgb(79,80,115); }

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