#484B6E

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

Shades of Corn Flower Blue #484B6E

Tints of Corn Flower Blue #484B6E

Color information

#484B6E (or 0x484B6E) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4B and 6E. RGB value is (72,75,110). Sum of RGB (Red+Green+Blue) = 72+75+110=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #484B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B6E is #B7B491. Grayscale: #4D4D4D. Windows color (decimal): -12039314 or 7228232. OLE color: 7228232.

HSL color Cylindrical-coordinate representation of color #484B6E: hue angle of 235.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484B6E is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7275110-
CMYK0.350.3200.57
HSL235.26º20.88%35.69%-
HSV(B)235.26º34.55%43.14%-
XYZ87.5415.78-
YUV78.09146.01123.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=28.02%
G=29.18%
B=42.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72751100.350.3200.57235.2620.8835.69
Hex484B6E2320039eb1524
Octal11011315643400713532544
Binary10010001001011110111010001110000001110011110101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B6E; }

 p { color: rgb(72,75,110); }

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

<style>
 a { background-color: #484B6E; }

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

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

<style>
 span { border-color: #484B6E; }

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

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