#484A65

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

Shades of Corn Flower Blue #484A65

Tints of Corn Flower Blue #484A65

Color information

#484A65 (or 0x484A65) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4A and 65. RGB value is (72,74,101). Sum of RGB (Red+Green+Blue) = 72+74+101=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #484A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A65 is #B7B59A. Grayscale: #4C4C4C. Windows color (decimal): -12039579 or 6638152. OLE color: 6638152.

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

Color convert

RGB7274101-
CMYK0.290.2700.60
HSL235.86º16.76%33.92%-
HSV(B)235.86º28.71%39.61%-
XYZ7.477.2113.31-
YUV76.48141.84124.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=29.15%
G=29.96%
B=40.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72741010.290.2700.60235.8616.7633.92
Hex484A651D1B03Cec1122
Octal11011214535330743542142
Binary100100010010101100101111011101101111001110110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A65; }

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

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

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

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

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

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

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

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