#484770

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

Shades of Corn Flower Blue #484770

Tints of Corn Flower Blue #484770

Color information

#484770 (or 0x484770) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 47 and 70. RGB value is (72,71,112). Sum of RGB (Red+Green+Blue) = 72+71+112=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #484770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484770 is #B7B88F. Grayscale: #4B4B4B. Windows color (decimal): -12040336 or 7358280. OLE color: 7358280.

HSL color Cylindrical-coordinate representation of color #484770: hue angle of 241.46º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484770 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7271112-
CMYK0.360.3700.56
HSL241.46º22.4%35.88%-
HSV(B)241.46º36.61%43.92%-
XYZ7.857.0516.28-
YUV75.97148.33125.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=28.24%
G=27.84%
B=43.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72711120.360.3700.56241.4622.435.88
Hex4847702425038f11624
Octal11010716044450703612644
Binary10010001000111111000010010010010101110001111000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484770; }

 p { color: rgb(72,71,112); }

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

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

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

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

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

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

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