#484865

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

Shades of Corn Flower Blue #484865

Tints of Corn Flower Blue #484865

Color information

#484865 (or 0x484865) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 48 and 65. RGB value is (72,72,101). Sum of RGB (Red+Green+Blue) = 72+72+101=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #484865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484865 is #B7B79A. Grayscale: #4B4B4B. Windows color (decimal): -12040091 or 6637640. OLE color: 6637640.

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

Color convert

RGB7272101-
CMYK0.290.2900.60
HSL240º16.76%33.92%-
HSV(B)240º28.71%39.61%-
XYZ7.346.9513.27-
YUV75.31142.5125.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=29.39%
G=29.39%
B=41.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72721010.290.2900.6024016.7633.92
Hex4848651D1D03Cf01122
Octal11011014535350743602142
Binary100100010010001100101111011110101111001111000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484865; }

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

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

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

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

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

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

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

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