#4B4778

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

Shades of Corn Flower Blue #4B4778

Tints of Corn Flower Blue #4B4778

Color information

#4B4778 (or 0x4B4778) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 47 and 78. RGB value is (75,71,120). Sum of RGB (Red+Green+Blue) = 75+71+120=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4778 is #B4B887. Grayscale: #4D4D4D. Windows color (decimal): -11843720 or 7882571. OLE color: 7882571.

HSL color Cylindrical-coordinate representation of color #4B4778: hue angle of 244.9º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B4778 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7571120-
CMYK0.370.4100.53
HSL244.9º25.65%37.45%-
HSV(B)244.9º40.83%47.06%-
XYZ8.557.3618.74-
YUV77.78151.83126.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=28.20%
G=26.69%
B=45.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75711200.370.4100.53244.925.6537.45
Hex4B47782529035f51a25
Octal11310717045510653653245
Binary10010111000111111100010010110100101101011111010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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