#484465

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

Shades of Corn Flower Blue #484465

Tints of Corn Flower Blue #484465

Color information

#484465 (or 0x484465) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 44 and 65. RGB value is (72,68,101). Sum of RGB (Red+Green+Blue) = 72+68+101=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #484465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484465 is #B7BB9A. Grayscale: #484848. Windows color (decimal): -12041115 or 6636616. OLE color: 6636616.

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

Color convert

RGB7268101-
CMYK0.290.3300.60
HSL247.27º19.53%33.14%-
HSV(B)247.27º32.67%39.61%-
XYZ7.096.4513.18-
YUV72.96143.83127.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=29.88%
G=28.22%
B=41.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72681010.290.3300.60247.2719.5333.14
Hex4844651D2103Cf71421
Octal11010414535410743672441
Binary1001000100010011001011110110000101111001111011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484465; }

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

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

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

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

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

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

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

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