#4A4A63

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

Shades of Corn Flower Blue #4A4A63

Tints of Corn Flower Blue #4A4A63

Color information

#4A4A63 (or 0x4A4A63) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 4A and 63. RGB value is (74,74,99). Sum of RGB (Red+Green+Blue) = 74+74+99=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A4A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4A63 is #B5B59C. Grayscale: #4C4C4C. Windows color (decimal): -11908509 or 6507082. OLE color: 6507082.

HSL color Cylindrical-coordinate representation of color #4A4A63: hue angle of 240º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A4A63 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB747499-
CMYK0.250.2500.61
HSL240º14.45%33.92%-
HSV(B)240º25.25%38.82%-
XYZ7.527.2512.81-
YUV76.85140.5125.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=29.96%
G=29.96%
B=40.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7474990.250.2500.6124014.4533.92
Hex4A4A63191903Df0e22
Octal11211214331310753601642
Binary10010101001010110001111001110010111101111100001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,74,99); }

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

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

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

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

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

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

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