#4B4374

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

Shades of Corn Flower Blue #4B4374

Tints of Corn Flower Blue #4B4374

Color information

#4B4374 (or 0x4B4374) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 43 and 74. RGB value is (75,67,116). Sum of RGB (Red+Green+Blue) = 75+67+116=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B4374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4374 is #B4BC8B. Grayscale: #4A4A4A. Windows color (decimal): -11844748 or 7619403. OLE color: 7619403.

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

Color convert

RGB7567116-
CMYK0.350.4200.55
HSL249.8º26.78%35.88%-
HSV(B)249.8º42.24%45.49%-
XYZ8.066.7717.41-
YUV74.98151.15128.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=29.07%
G=25.97%
B=44.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75671160.350.4200.55249.826.7835.88
Hex4B4374232A037fa1b24
Octal11310316443520673723344
Binary10010111000011111010010001110101001101111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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