#484769

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

Shades of Corn Flower Blue #484769

Tints of Corn Flower Blue #484769

Color information

#484769 (or 0x484769) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 47 and 69. RGB value is (72,71,105). Sum of RGB (Red+Green+Blue) = 72+71+105=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #484769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484769 is #B7B896. Grayscale: #4B4B4B. Windows color (decimal): -12040343 or 6899528. OLE color: 6899528.

HSL color Cylindrical-coordinate representation of color #484769: hue angle of 241.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484769 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7271105-
CMYK0.310.3200.59
HSL241.76º19.32%34.51%-
HSV(B)241.76º32.38%41.18%-
XYZ7.486.914.3-
YUV75.18144.83125.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=29.03%
G=28.63%
B=42.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72711050.310.3200.59241.7619.3234.51
Hex4847691F2003Bf21323
Octal11010715137400733622343
Binary1001000100011111010011111110000001110111111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484769; }

 p { color: rgb(72,71,105); }

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

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

 a { background-color: rgb(72,71,105); }

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

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

 span { border-color: rgb(72,71,105); }

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