#4741CA

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

Shades of Free Speech Blue #4741CA

Tints of Free Speech Blue #4741CA

Color information

#4741CA (or 0x4741CA) is unknown color: approx Free Speech Blue. HEX triplet: 47, 41 and CA. RGB value is (71,65,202). Sum of RGB (Red+Green+Blue) = 71+65+202=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #4741CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741CA is #B8BE35. Grayscale: #515151. Windows color (decimal): -12107318 or 13254983. OLE color: 13254983.

HSL color Cylindrical-coordinate representation of color #4741CA: hue angle of 242.63º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4741CA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7165202-
CMYK0.650.6800.21
HSL242.63º56.38%52.35%-
HSV(B)242.63º67.82%79.22%-
XYZ15.159.3856.89-
YUV82.41195.49119.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=21.01%
G=19.23%
B=59.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71652020.650.6800.21242.6356.3852.35
Hex4741CA4144015f33834
Octal1071013121011040253637064
Binary10001111000001110010101000001100010001010111110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4741CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4741CA; }

 p { color: rgb(71,65,202); }

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

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

 a { background-color: rgb(71,65,202); }

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

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

 span { border-color: rgb(71,65,202); }

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