#474378

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

Shades of Corn Flower Blue #474378

Tints of Corn Flower Blue #474378

Color information

#474378 (or 0x474378) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 78. RGB value is (71,67,120). Sum of RGB (Red+Green+Blue) = 71+67+120=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #474378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474378 is #B8BC87. Grayscale: #4A4A4A. Windows color (decimal): -12106888 or 7881543. OLE color: 7881543.

HSL color Cylindrical-coordinate representation of color #474378: hue angle of 244.53º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474378 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7167120-
CMYK0.410.4400.53
HSL244.53º28.34%36.67%-
HSV(B)244.53º44.17%47.06%-
XYZ86.7118.64-
YUV74.24153.83125.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=27.52%
G=25.97%
B=46.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71671200.410.4400.53244.5328.3436.67
Hex474378292C035f51c25
Octal10710317051540653653445
Binary10001111000011111100010100110110001101011111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474378; }

 p { color: rgb(71,67,120); }

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

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

 a { background-color: rgb(71,67,120); }

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

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

 span { border-color: rgb(71,67,120); }

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