#474367

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

Shades of Corn Flower Blue #474367

Tints of Corn Flower Blue #474367

Color information

#474367 (or 0x474367) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 67. RGB value is (71,67,103). Sum of RGB (Red+Green+Blue) = 71+67+103=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #474367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474367 is #B8BC98. Grayscale: #484848. Windows color (decimal): -12106905 or 6767431. OLE color: 6767431.

HSL color Cylindrical-coordinate representation of color #474367: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474367 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7167103-
CMYK0.310.3500.60
HSL246.67º21.18%33.33%-
HSV(B)246.67º34.95%40.39%-
XYZ7.056.3313.68-
YUV72.3145.33127.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=29.46%
G=27.80%
B=42.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71671030.310.3500.60246.6721.1833.33
Hex4743671F2303Cf71521
Octal10710314737430743672541
Binary1000111100001111001111111110001101111001111011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474367; }

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

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

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

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

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

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

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

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