#484269

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

Shades of Corn Flower Blue #484269

Tints of Corn Flower Blue #484269

Color information

#484269 (or 0x484269) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 42 and 69. RGB value is (72,66,105). Sum of RGB (Red+Green+Blue) = 72+66+105=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #484269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484269 is #B7BD96. Grayscale: #484848. Windows color (decimal): -12041623 or 6898248. OLE color: 6898248.

HSL color Cylindrical-coordinate representation of color #484269: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484269 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7266105-
CMYK0.310.3700.59
HSL249.23º22.81%33.53%-
HSV(B)249.23º37.14%41.18%-
XYZ7.176.2914.2-
YUV72.24146.49127.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=29.63%
G=27.16%
B=43.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72661050.310.3700.59249.2322.8133.53
Hex4842691F2503Bf91722
Octal11010215137450733712742
Binary1001000100001011010011111110010101110111111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484269; }

 p { color: rgb(72,66,105); }

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

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

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

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

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

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

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