#4B4B76

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

Shades of Corn Flower Blue #4B4B76

Tints of Corn Flower Blue #4B4B76

Color information

#4B4B76 (or 0x4B4B76) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4B and 76. RGB value is (75,75,118). Sum of RGB (Red+Green+Blue) = 75+75+118=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B4B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4B76 is #B4B489. Grayscale: #4F4F4F. Windows color (decimal): -11842698 or 7752523. OLE color: 7752523.

HSL color Cylindrical-coordinate representation of color #4B4B76: hue angle of 240º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4B76 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7575118-
CMYK0.360.3600.54
HSL240º22.28%37.84%-
HSV(B)240º36.44%46.27%-
XYZ8.697.8418.19-
YUV79.9149.5124.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=27.99%
G=27.99%
B=44.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75751180.360.3600.5424022.2837.84
Hex4B4B762424036f01626
Octal11311316644440663602646
Binary10010111001011111011010010010010001101101111000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,75,118); }

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

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

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

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

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

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

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