#4B4B70

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

Shades of Corn Flower Blue #4B4B70

Tints of Corn Flower Blue #4B4B70

Color information

#4B4B70 (or 0x4B4B70) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4B and 70. RGB value is (75,75,112). Sum of RGB (Red+Green+Blue) = 75+75+112=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B4B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4B70 is #B4B48F. Grayscale: #4F4F4F. Windows color (decimal): -11842704 or 7359307. OLE color: 7359307.

HSL color Cylindrical-coordinate representation of color #4B4B70: hue angle of 240º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B4B70 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7575112-
CMYK0.330.3300.56
HSL240º19.79%36.67%-
HSV(B)240º33.04%43.92%-
XYZ8.347.716.38-
YUV79.22146.5124.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=28.63%
G=28.63%
B=42.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75751120.330.3300.5624019.7936.67
Hex4B4B702121038f01425
Octal11311316041410703602445
Binary10010111001011111000010000110000101110001111000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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