#48427A

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

Shades of Corn Flower Blue #48427A

Tints of Corn Flower Blue #48427A

Color information

#48427A (or 0x48427A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 7A. RGB value is (72,66,122). Sum of RGB (Red+Green+Blue) = 72+66+122=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #48427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48427A is #B7BD85. Grayscale: #494949. Windows color (decimal): -12041606 or 8012360. OLE color: 8012360.

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

Color convert

RGB7266122-
CMYK0.410.4600.52
HSL246.43º29.79%36.86%-
HSV(B)246.43º45.9%47.84%-
XYZ8.136.6819.27-
YUV74.18154.99126.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=27.69%
G=25.38%
B=46.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72661220.410.4600.52246.4329.7936.86
Hex48427A292E034f61e25
Octal11010217251560643663645
Binary10010001000010111101010100110111001101001111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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