#4B4C62

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

Shades of Corn Flower Blue #4B4C62

Tints of Corn Flower Blue #4B4C62

Color information

#4B4C62 (or 0x4B4C62) is unknown color: approx Corn Flower Blue. HEX triplet: 4B, 4C and 62. RGB value is (75,76,98). Sum of RGB (Red+Green+Blue) = 75+76+98=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B4C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4C62 is #B4B39D. Grayscale: #4E4E4E. Windows color (decimal): -11842462 or 6442059. OLE color: 6442059.

HSL color Cylindrical-coordinate representation of color #4B4C62: hue angle of 237.39º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B4C62 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB757698-
CMYK0.230.2200.62
HSL237.39º13.29%33.92%-
HSV(B)237.39º23.47%38.43%-
XYZ7.697.5512.61-
YUV78.21139.17125.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=30.12%
G=30.52%
B=39.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7576980.230.2200.62237.3913.2933.92
Hex4B4C62171603Eedd22
Octal11311414227260763551542
Binary10010111001100110001010111101100111110111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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