#4B4768

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

Shades of Corn Flower Blue #4B4768

Tints of Corn Flower Blue #4B4768

Color information

#4B4768 (or 0x4B4768) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 47 and 68. RGB value is (75,71,104). Sum of RGB (Red+Green+Blue) = 75+71+104=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4768 is #B4B897. Grayscale: #4B4B4B. Windows color (decimal): -11843736 or 6833995. OLE color: 6833995.

HSL color Cylindrical-coordinate representation of color #4B4768: hue angle of 247.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4768 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7571104-
CMYK0.280.3200.59
HSL247.27º18.86%34.31%-
HSV(B)247.27º31.73%40.78%-
XYZ7.65714.04-
YUV75.96143.83127.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=30%
G=28.4%
B=41.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75711040.280.3200.59247.2718.8634.31
Hex4B47681C2003Bf71322
Octal11310715034400733672342
Binary1001011100011111010001110010000001110111111011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,104); }

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

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

 a { background-color: rgb(75,71,104); }

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

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

 span { border-color: rgb(75,71,104); }

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