#474369

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

Shades of Corn Flower Blue #474369

Tints of Corn Flower Blue #474369

Color information

#474369 (or 0x474369) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 69. RGB value is (71,67,105). Sum of RGB (Red+Green+Blue) = 71+67+105=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 67 (26.56% from 255 or 27.57% 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 #474369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474369 is #B8BC96. Grayscale: #484848. Windows color (decimal): -12106903 or 6898503. OLE color: 6898503.

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

Color convert

RGB7167105-
CMYK0.320.3600.59
HSL246.32º22.09%33.73%-
HSV(B)246.32º36.19%41.18%-
XYZ7.166.3714.22-
YUV72.53146.33126.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=29.22%
G=27.57%
B=43.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71671050.320.3600.59246.3222.0933.73
Hex474369202403Bf61622
Octal10710315140440733662642
Binary10001111000011110100110000010010001110111111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474369; }

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

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

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

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

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

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

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

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