#484765

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

Shades of Corn Flower Blue #484765

Tints of Corn Flower Blue #484765

Color information

#484765 (or 0x484765) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 47 and 65. RGB value is (72,71,101). Sum of RGB (Red+Green+Blue) = 72+71+101=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #484765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484765 is #B7B89A. Grayscale: #4A4A4A. Windows color (decimal): -12040347 or 6637384. OLE color: 6637384.

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

Color convert

RGB7271101-
CMYK0.290.3000.60
HSL242º17.44%33.73%-
HSV(B)242º29.7%39.61%-
XYZ7.276.8213.25-
YUV74.72142.83126.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=29.51%
G=29.10%
B=41.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72711010.290.3000.6024217.4433.73
Hex4847651D1E03Cf21122
Octal11010714535360743622142
Binary100100010001111100101111011111001111001111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484765; }

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

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

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

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

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

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

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

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