#404FC7

Color #404FC7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #404FC7

Tints of Free Speech Blue #404FC7

Color information

#404FC7 (or 0x404FC7) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4F and C7. RGB value is (64,79,199). Sum of RGB (Red+Green+Blue) = 64+79+199=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #404FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FC7 is #BFB038. Grayscale: #575757. Windows color (decimal): -12562489 or 13061952. OLE color: 13061952.

HSL color Cylindrical-coordinate representation of color #404FC7: hue angle of 233.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404FC7 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6479199-
CMYK0.680.6000.22
HSL233.33º54.66%51.57%-
HSV(B)233.33º67.84%78.04%-
XYZ15.2210.8155.32-
YUV88.2190.53110.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 199 (78.12% from 255) = 58.19%
R=18.71%
G=23.10%
B=58.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64791990.680.6000.22233.3354.6651.57
Hex404FC7443C016e93734
Octal100117307104740263516764
Binary1000000100111111000111100010011110001011011101001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404FC7; }

 p { color: rgb(64,79,199); }

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

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

 a { background-color: rgb(64,79,199); }

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

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

 span { border-color: rgb(64,79,199); }

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