#4B4770

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

Shades of Corn Flower Blue #4B4770

Tints of Corn Flower Blue #4B4770

Color information

#4B4770 (or 0x4B4770) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 47 and 70. RGB value is (75,71,112). Sum of RGB (Red+Green+Blue) = 75+71+112=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B4770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4770 is #B4B88F. Grayscale: #4C4C4C. Windows color (decimal): -11843728 or 7358283. OLE color: 7358283.

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

Color convert

RGB7571112-
CMYK0.330.3700.56
HSL245.85º22.4%35.88%-
HSV(B)245.85º36.61%43.92%-
XYZ8.087.1716.29-
YUV76.87147.83126.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=29.07%
G=27.52%
B=43.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75711120.330.3700.56245.8522.435.88
Hex4B47702125038f61624
Octal11310716041450703662644
Binary10010111000111111000010000110010101110001111011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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