#484564

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

Shades of Corn Flower Blue #484564

Tints of Corn Flower Blue #484564

Color information

#484564 (or 0x484564) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 64. RGB value is (72,69,100). Sum of RGB (Red+Green+Blue) = 72+69+100=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #484564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484564 is #B7BA9B. Grayscale: #494949. Windows color (decimal): -12040860 or 6571336. OLE color: 6571336.

HSL color Cylindrical-coordinate representation of color #484564: hue angle of 245.81º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484564 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7269100-
CMYK0.280.3100.61
HSL245.81º18.34%33.14%-
HSV(B)245.81º31%39.22%-
XYZ7.16.5512.95-
YUV73.43142.99126.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=29.88%
G=28.63%
B=41.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72691000.280.3100.61245.8118.3433.14
Hex4845641C1F03Df61221
Octal11010514434370753662241
Binary100100010001011100100111001111101111011111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484564; }

 p { color: rgb(72,69,100); }

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

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

 a { background-color: rgb(72,69,100); }

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

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

 span { border-color: rgb(72,69,100); }

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