#474567

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

Shades of Corn Flower Blue #474567

Tints of Corn Flower Blue #474567

Color information

#474567 (or 0x474567) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 67. RGB value is (71,69,103). Sum of RGB (Red+Green+Blue) = 71+69+103=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #474567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474567 is #B8BA98. Grayscale: #494949. Windows color (decimal): -12106393 or 6767943. OLE color: 6767943.

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

Color convert

RGB7169103-
CMYK0.310.3300.60
HSL243.53º19.77%33.73%-
HSV(B)243.53º33.01%40.39%-
XYZ7.176.5813.72-
YUV73.47144.66126.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=29.22%
G=28.40%
B=42.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71691030.310.3300.60243.5319.7733.73
Hex4745671F2103Cf41422
Octal10710514737410743642442
Binary1000111100010111001111111110000101111001111010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474567; }

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

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

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

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

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

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

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

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