#484A60

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

Shades of Corn Flower Blue #484A60

Tints of Corn Flower Blue #484A60

Color information

#484A60 (or 0x484A60) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4A and 60. RGB value is (72,74,96). Sum of RGB (Red+Green+Blue) = 72+74+96=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #484A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A60 is #B7B59F. Grayscale: #4B4B4B. Windows color (decimal): -12039584 or 6310472. OLE color: 6310472.

HSL color Cylindrical-coordinate representation of color #484A60: hue angle of 235º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484A60 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB727496-
CMYK0.250.2300.62
HSL235º14.29%32.94%-
HSV(B)235º25%37.65%-
XYZ7.237.1212.06-
YUV75.91139.34125.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=29.75%
G=30.58%
B=39.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7274960.250.2300.6223514.2932.94
Hex484A60191703Eebe21
Octal11011214031270763531641
Binary10010001001010110000011001101110111110111010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A60; }

 p { color: rgb(72,74,96); }

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

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

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

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

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

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

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