#48437B

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

Shades of Corn Flower Blue #48437B

Tints of Corn Flower Blue #48437B

Color information

#48437B (or 0x48437B) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 43 and 7B. RGB value is (72,67,123). Sum of RGB (Red+Green+Blue) = 72+67+123=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #48437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48437B is #B7BC84. Grayscale: #4A4A4A. Windows color (decimal): -12041349 or 8078152. OLE color: 8078152.

HSL color Cylindrical-coordinate representation of color #48437B: hue angle of 245.36º degrees, saturation: 0.29, 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 #48437B is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7267123-
CMYK0.410.4600.52
HSL245.36º29.47%37.25%-
HSV(B)245.36º45.53%48.24%-
XYZ8.256.8219.62-
YUV74.88155.16125.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=27.48%
G=25.57%
B=46.95%

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
Decimal72671230.410.4600.52245.3629.4737.25
Hex48437B292E034f51d25
Octal11010317351560643653545
Binary10010001000011111101110100110111001101001111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48437B; }

 p { color: rgb(72,67,123); }

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

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

 a { background-color: rgb(72,67,123); }

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

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

 span { border-color: rgb(72,67,123); }

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