#474A7A

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

Shades of Corn Flower Blue #474A7A

Tints of Corn Flower Blue #474A7A

Color information

#474A7A (or 0x474A7A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4A and 7A. RGB value is (71,74,122). Sum of RGB (Red+Green+Blue) = 71+74+122=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #474A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A7A is #B8B585. Grayscale: #4E4E4E. Windows color (decimal): -12105094 or 8014407. OLE color: 8014407.

HSL color Cylindrical-coordinate representation of color #474A7A: hue angle of 236.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474A7A is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7174122-
CMYK0.420.3900.52
HSL236.47º26.42%37.84%-
HSV(B)236.47º41.8%47.84%-
XYZ8.567.6419.44-
YUV78.58152.51122.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=26.59%
G=27.72%
B=45.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71741220.420.3900.52236.4726.4237.84
Hex474A7A2A27034ec1a26
Octal10711217252470643543246
Binary10001111001010111101010101010011101101001110110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A7A; }

 p { color: rgb(71,74,122); }

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

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

 a { background-color: rgb(71,74,122); }

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

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

 span { border-color: rgb(71,74,122); }

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