#484174

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

Shades of Corn Flower Blue #484174

Tints of Corn Flower Blue #484174

Color information

#484174 (or 0x484174) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 41 and 74. RGB value is (72,65,116). Sum of RGB (Red+Green+Blue) = 72+65+116=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #484174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484174 is #B7BE8B. Grayscale: #484848. Windows color (decimal): -12041868 or 7618888. OLE color: 7618888.

HSL color Cylindrical-coordinate representation of color #484174: hue angle of 248.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484174 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7265116-
CMYK0.380.4400.55
HSL248.24º28.18%35.49%-
HSV(B)248.24º43.97%45.49%-
XYZ7.726.4217.36-
YUV72.91152.32127.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=28.46%
G=25.69%
B=45.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72651160.380.4400.55248.2428.1835.49
Hex484174262C037f81c23
Octal11010116446540673703443
Binary10010001000001111010010011010110001101111111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484174; }

 p { color: rgb(72,65,116); }

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

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

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

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

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

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

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