#4A467B

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

Shades of Corn Flower Blue #4A467B

Tints of Corn Flower Blue #4A467B

Color information

#4A467B (or 0x4A467B) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 46 and 7B. RGB value is (74,70,123). Sum of RGB (Red+Green+Blue) = 74+70+123=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A467B is #B5B984. Grayscale: #4D4D4D. Windows color (decimal): -11909509 or 8078922. OLE color: 8078922.

HSL color Cylindrical-coordinate representation of color #4A467B: hue angle of 244.53º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A467B is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7470123-
CMYK0.400.4300.52
HSL244.53º27.46%37.84%-
HSV(B)244.53º43.09%48.24%-
XYZ8.597.2719.69-
YUV77.24153.83125.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=27.72%
G=26.22%
B=46.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74701230.400.4300.52244.5327.4637.84
Hex4A467B282B034f51b26
Octal11210617350530643653346
Binary10010101000110111101110100010101101101001111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A467B; }

 p { color: rgb(74,70,123); }

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

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

 a { background-color: rgb(74,70,123); }

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

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

 span { border-color: rgb(74,70,123); }

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