#4B497B

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

Shades of Corn Flower Blue #4B497B

Tints of Corn Flower Blue #4B497B

Color information

#4B497B (or 0x4B497B) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 49 and 7B. RGB value is (75,73,123). Sum of RGB (Red+Green+Blue) = 75+73+123=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B497B is #B4B684. Grayscale: #4F4F4F. Windows color (decimal): -11843205 or 8079691. OLE color: 8079691.

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

Color convert

RGB7573123-
CMYK0.390.4100.52
HSL242.4º25.51%38.43%-
HSV(B)242.4º40.65%48.24%-
XYZ8.867.6919.76-
YUV79.3152.66124.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=27.68%
G=26.94%
B=45.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75731230.390.4100.52242.425.5138.43
Hex4B497B2729034f21a26
Octal11311117347510643623246
Binary10010111001001111101110011110100101101001111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,123); }

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

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

 a { background-color: rgb(75,73,123); }

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

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

 span { border-color: rgb(75,73,123); }

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