#484868

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

Shades of Corn Flower Blue #484868

Tints of Corn Flower Blue #484868

Color information

#484868 (or 0x484868) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 68. RGB value is (72,72,104). Sum of RGB (Red+Green+Blue) = 72+72+104=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #484868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484868 is #B7B797. Grayscale: #4B4B4B. Windows color (decimal): -12040088 or 6834248. OLE color: 6834248.

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

Color convert

RGB7272104-
CMYK0.310.3100.59
HSL240º18.18%34.51%-
HSV(B)240º30.77%40.78%-
XYZ7.497.0114.06-
YUV75.65144125.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=29.03%
G=29.03%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72721040.310.3100.5924018.1834.51
Hex4848681F1F03Bf01223
Octal11011015037370733602243
Binary100100010010001101000111111111101110111111000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484868; }

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

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

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

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

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

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

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

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