#4F4B69

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

Shades of Corn Flower Blue #4F4B69

Tints of Corn Flower Blue #4F4B69

Color information

#4F4B69 (or 0x4F4B69) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 4B and 69. RGB value is (79,75,105). Sum of RGB (Red+Green+Blue) = 79+75+105=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F4B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4B69 is #B0B496. Grayscale: #4F4F4F. Windows color (decimal): -11580567 or 6900559. OLE color: 6900559.

HSL color Cylindrical-coordinate representation of color #4F4B69: hue angle of 248º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F4B69 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7975105-
CMYK0.250.2900.59
HSL248º16.67%35.29%-
HSV(B)248º28.57%41.18%-
XYZ8.297.7114.42-
YUV79.62142.33127.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=30.50%
G=28.96%
B=40.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79751050.250.2900.5924816.6735.29
Hex4F4B69191D03Bf81123
Octal11711315131350733702143
Binary100111110010111101001110011110101110111111100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,75,105); }

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

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

 a { background-color: rgb(79,75,105); }

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

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

 span { border-color: rgb(79,75,105); }

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