#4740CF

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

Shades of Free Speech Blue #4740CF

Tints of Free Speech Blue #4740CF

Color information

#4740CF (or 0x4740CF) is unknown color: approx Free Speech Blue. HEX triplet: 47, 40 and CF. RGB value is (71,64,207). Sum of RGB (Red+Green+Blue) = 71+64+207=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #4740CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4740CF is #B8BF30. Grayscale: #515151. Windows color (decimal): -12107569 or 13582407. OLE color: 13582407.

HSL color Cylindrical-coordinate representation of color #4740CF: hue angle of 242.94º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4740CF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7164207-
CMYK0.660.6900.19
HSL242.94º59.83%53.14%-
HSV(B)242.94º69.08%81.18%-
XYZ15.699.5160.04-
YUV82.4198.32119.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 64 (25.39% from 255) = 18.71%
BLUE value IS 207 (81.25% from 255) = 60.53%
R=20.76%
G=18.71%
B=60.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71642070.660.6900.19242.9459.8353.14
Hex4740CF4245013f33c35
Octal1071003171021050233637465
Binary10001111000000110011111000010100010101001111110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4740CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4740CF; }

 p { color: rgb(71,64,207); }

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

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

 a { background-color: rgb(71,64,207); }

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

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

 span { border-color: rgb(71,64,207); }

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