#474265

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

Shades of Corn Flower Blue #474265

Tints of Corn Flower Blue #474265

Color information

#474265 (or 0x474265) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 42 and 65. RGB value is (71,66,101). Sum of RGB (Red+Green+Blue) = 71+66+101=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #474265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474265 is #B8BD9A. Grayscale: #474747. Windows color (decimal): -12107163 or 6636103. OLE color: 6636103.

HSL color Cylindrical-coordinate representation of color #474265: hue angle of 248.57º 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 #474265 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7166101-
CMYK0.300.3500.60
HSL248.57º20.96%32.75%-
HSV(B)248.57º34.65%39.61%-
XYZ6.96.1813.14-
YUV71.48144.66127.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=29.83%
G=27.73%
B=42.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71661010.300.3500.60248.5720.9632.75
Hex4742651E2303Cf91521
Octal10710214536430743712541
Binary1000111100001011001011111010001101111001111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474265; }

 p { color: rgb(71,66,101); }

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

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

 a { background-color: rgb(71,66,101); }

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

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

 span { border-color: rgb(71,66,101); }

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