#484967

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

Shades of Corn Flower Blue #484967

Tints of Corn Flower Blue #484967

Color information

#484967 (or 0x484967) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 49 and 67. RGB value is (72,73,103). Sum of RGB (Red+Green+Blue) = 72+73+103=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #484967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484967 is #B7B698. Grayscale: #4C4C4C. Windows color (decimal): -12039833 or 6768968. OLE color: 6768968.

HSL color Cylindrical-coordinate representation of color #484967: hue angle of 238.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484967 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7273103-
CMYK0.300.2900.60
HSL238.06º17.71%34.31%-
HSV(B)238.06º30.1%40.39%-
XYZ7.57.1213.81-
YUV76.12143.17125.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=29.03%
G=29.44%
B=41.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72731030.300.2900.60238.0617.7134.31
Hex4849671E1D03Cee1222
Octal11011114736350743562242
Binary100100010010011100111111101110101111001110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484967; }

 p { color: rgb(72,73,103); }

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

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

 a { background-color: rgb(72,73,103); }

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

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

 span { border-color: rgb(72,73,103); }

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