#484669

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

Shades of Corn Flower Blue #484669

Tints of Corn Flower Blue #484669

Color information

#484669 (or 0x484669) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 46 and 69. RGB value is (72,70,105). Sum of RGB (Red+Green+Blue) = 72+70+105=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #484669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484669 is #B7B996. Grayscale: #4A4A4A. Windows color (decimal): -12040599 or 6899272. OLE color: 6899272.

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

Color convert

RGB7270105-
CMYK0.310.3300.59
HSL243.43º20%34.31%-
HSV(B)243.43º33.33%41.18%-
XYZ7.416.7814.28-
YUV74.59145.16126.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=29.15%
G=28.34%
B=42.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72701050.310.3300.59243.432034.31
Hex4846691F2103Bf31422
Octal11010615137410733632442
Binary1001000100011011010011111110000101110111111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484669; }

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

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

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

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

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

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

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

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