#484867

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

Shades of Corn Flower Blue #484867

Tints of Corn Flower Blue #484867

Color information

#484867 (or 0x484867) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 67. RGB value is (72,72,103). Sum of RGB (Red+Green+Blue) = 72+72+103=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #484867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484867 is #B7B798. Grayscale: #4B4B4B. Windows color (decimal): -12040089 or 6768712. OLE color: 6768712.

HSL color Cylindrical-coordinate representation of color #484867: hue angle of 240º 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 #484867 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7272103-
CMYK0.300.3000.60
HSL240º17.71%34.31%-
HSV(B)240º30.1%40.39%-
XYZ7.446.9913.79-
YUV75.53143.5125.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=29.15%
G=29.15%
B=41.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72721030.300.3000.6024017.7134.31
Hex4848671E1E03Cf01222
Octal11011014736360743602242
Binary100100010010001100111111101111001111001111000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484867; }

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

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

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

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

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

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

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

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