#484177

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

Shades of Corn Flower Blue #484177

Tints of Corn Flower Blue #484177

Color information

#484177 (or 0x484177) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 41 and 77. RGB value is (72,65,119). Sum of RGB (Red+Green+Blue) = 72+65+119=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #484177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484177 is #B7BE88. Grayscale: #494949. Windows color (decimal): -12041865 or 7815496. OLE color: 7815496.

HSL color Cylindrical-coordinate representation of color #484177: hue angle of 247.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #484177 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7265119-
CMYK0.390.4500.53
HSL247.78º29.35%36.08%-
HSV(B)247.78º45.38%46.67%-
XYZ7.896.4918.29-
YUV73.25153.82127.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=28.12%
G=25.39%
B=46.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72651190.390.4500.53247.7829.3536.08
Hex484177272D035f81d24
Octal11010116747550653703544
Binary10010001000001111011110011110110101101011111100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484177; }

 p { color: rgb(72,65,119); }

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

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

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

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

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

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

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