#484B73

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

Shades of Corn Flower Blue #484B73

Tints of Corn Flower Blue #484B73

Color information

#484B73 (or 0x484B73) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4B and 73. RGB value is (72,75,115). Sum of RGB (Red+Green+Blue) = 72+75+115=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #484B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B73 is #B7B48C. Grayscale: #4E4E4E. Windows color (decimal): -12039309 or 7555912. OLE color: 7555912.

HSL color Cylindrical-coordinate representation of color #484B73: hue angle of 235.81º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484B73 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7275115-
CMYK0.370.3500.55
HSL235.81º22.99%36.67%-
HSV(B)235.81º37.39%45.1%-
XYZ8.287.6517.26-
YUV78.66148.51123.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=27.48%
G=28.63%
B=43.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72751150.370.3500.55235.8122.9936.67
Hex484B732523037ec1725
Octal11011316345430673542745
Binary10010001001011111001110010110001101101111110110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,115); }

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

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

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

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

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

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

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