#4B4674

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

Shades of Corn Flower Blue #4B4674

Tints of Corn Flower Blue #4B4674

Color information

#4B4674 (or 0x4B4674) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 46 and 74. RGB value is (75,70,116). Sum of RGB (Red+Green+Blue) = 75+70+116=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4674 is #B4B98B. Grayscale: #4C4C4C. Windows color (decimal): -11843980 or 7620171. OLE color: 7620171.

HSL color Cylindrical-coordinate representation of color #4B4674: hue angle of 246.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B4674 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7570116-
CMYK0.350.4000.55
HSL246.52º24.73%36.47%-
HSV(B)246.52º39.66%45.49%-
XYZ8.247.1417.47-
YUV76.74150.16126.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=28.74%
G=26.82%
B=44.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75701160.350.4000.55246.5224.7336.47
Hex4B46742328037f71924
Octal11310616443500673673144
Binary10010111000110111010010001110100001101111111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,70,116); }

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

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

 a { background-color: rgb(75,70,116); }

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

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

 span { border-color: rgb(75,70,116); }

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