#484568

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

Shades of Corn Flower Blue #484568

Tints of Corn Flower Blue #484568

Color information

#484568 (or 0x484568) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 45 and 68. RGB value is (72,69,104). Sum of RGB (Red+Green+Blue) = 72+69+104=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #484568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484568 is #B7BA97. Grayscale: #494949. Windows color (decimal): -12040856 or 6833480. OLE color: 6833480.

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

Color convert

RGB7269104-
CMYK0.310.3400.59
HSL245.14º20.23%33.92%-
HSV(B)245.14º33.65%40.78%-
XYZ7.36.6313.99-
YUV73.89144.99126.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=29.39%
G=28.16%
B=42.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72691040.310.3400.59245.1420.2333.92
Hex4845681F2203Bf51422
Octal11010515037420733652442
Binary1001000100010111010001111110001001110111111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484568; }

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

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

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

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

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

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

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

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