#48447A

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

Shades of Corn Flower Blue #48447A

Tints of Corn Flower Blue #48447A

Color information

#48447A (or 0x48447A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 7A. RGB value is (72,68,122). Sum of RGB (Red+Green+Blue) = 72+68+122=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #48447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48447A is #B7BB85. Grayscale: #4B4B4B. Windows color (decimal): -12041094 or 8012872. OLE color: 8012872.

HSL color Cylindrical-coordinate representation of color #48447A: hue angle of 244.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48447A is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7268122-
CMYK0.410.4400.52
HSL244.44º28.42%37.25%-
HSV(B)244.44º44.26%47.84%-
XYZ8.256.9219.31-
YUV75.35154.33125.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=27.48%
G=25.95%
B=46.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72681220.410.4400.52244.4428.4237.25
Hex48447A292C034f41c25
Octal11010417251540643643445
Binary10010001000100111101010100110110001101001111010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48447A; }

 p { color: rgb(72,68,122); }

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

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

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

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

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

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

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