#4F5078

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

Shades of Corn Flower Blue #4F5078

Tints of Corn Flower Blue #4F5078

Color information

#4F5078 (or 0x4F5078) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 78. RGB value is (79,80,120). Sum of RGB (Red+Green+Blue) = 79+80+120=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5078 is #B0AF87. Grayscale: #545454. Windows color (decimal): -11579272 or 7884879. OLE color: 7884879.

HSL color Cylindrical-coordinate representation of color #4F5078: hue angle of 238.54º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F5078 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7980120-
CMYK0.340.3300.53
HSL238.54º20.6%39.02%-
HSV(B)238.54º34.17%47.06%-
XYZ9.488.7618.96-
YUV84.26148.17124.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.32%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=28.32%
G=28.67%
B=43.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79801200.340.3300.53238.5420.639.02
Hex4F50782221035ef1527
Octal11712017042410653572547
Binary10011111010000111100010001010000101101011110111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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