#4B4C63

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

Shades of Corn Flower Blue #4B4C63

Tints of Corn Flower Blue #4B4C63

Color information

#4B4C63 (or 0x4B4C63) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4C and 63. RGB value is (75,76,99). Sum of RGB (Red+Green+Blue) = 75+76+99=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B4C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4C63 is #B4B39C. Grayscale: #4E4E4E. Windows color (decimal): -11842461 or 6507595. OLE color: 6507595.

HSL color Cylindrical-coordinate representation of color #4B4C63: hue angle of 237.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B4C63 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB757699-
CMYK0.240.2300.61
HSL237.5º13.79%34.12%-
HSV(B)237.5º24.24%38.82%-
XYZ7.747.5712.86-
YUV78.32139.67125.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=30%
G=30.4%
B=39.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7576990.240.2300.61237.513.7934.12
Hex4B4C63181703Deee22
Octal11311414330270753561642
Binary10010111001100110001111000101110111101111011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,99); }

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

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

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

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

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

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

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