#4B4D67

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

Shades of Corn Flower Blue #4B4D67

Tints of Corn Flower Blue #4B4D67

Color information

#4B4D67 (or 0x4B4D67) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4D and 67. RGB value is (75,77,103). Sum of RGB (Red+Green+Blue) = 75+77+103=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B4D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4D67 is #B4B298. Grayscale: #4F4F4F. Windows color (decimal): -11842201 or 6769995. OLE color: 6769995.

HSL color Cylindrical-coordinate representation of color #4B4D67: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B4D67 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7577103-
CMYK0.270.2500.60
HSL235.71º15.73%34.9%-
HSV(B)235.71º27.18%40.39%-
XYZ87.7813.91-
YUV79.37141.34124.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=29.41%
G=30.20%
B=40.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75771030.270.2500.60235.7115.7334.9
Hex4B4D671B1903Cec1023
Octal11311514733310743542043
Binary100101110011011100111110111100101111001110110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,77,103); }

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

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

 a { background-color: rgb(75,77,103); }

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

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

 span { border-color: rgb(75,77,103); }

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