#4A446D

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

Shades of Corn Flower Blue #4A446D

Tints of Corn Flower Blue #4A446D

Color information

#4A446D (or 0x4A446D) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 44 and 6D. RGB value is (74,68,109). Sum of RGB (Red+Green+Blue) = 74+68+109=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A446D is #B5BB92. Grayscale: #4A4A4A. Windows color (decimal): -11910035 or 7160906. OLE color: 7160906.

HSL color Cylindrical-coordinate representation of color #4A446D: hue angle of 248.78º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A446D is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7468109-
CMYK0.320.3800.57
HSL248.78º23.16%34.71%-
HSV(B)248.78º37.61%42.75%-
XYZ7.656.6915.36-
YUV74.47147.49127.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=29.48%
G=27.09%
B=43.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74681090.320.3800.57248.7823.1634.71
Hex4A446D2026039f91723
Octal11210415540460713712743
Binary10010101000100110110110000010011001110011111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,109); }

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

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

 a { background-color: rgb(74,68,109); }

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

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

 span { border-color: rgb(74,68,109); }

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