#4641CA

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

Shades of Free Speech Blue #4641CA

Tints of Free Speech Blue #4641CA

Color information

#4641CA (or 0x4641CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 41 and CA. RGB value is (70,65,202). Sum of RGB (Red+Green+Blue) = 70+65+202=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #4641CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641CA is #B9BE35. Grayscale: #515151. Windows color (decimal): -12172854 or 13254982. OLE color: 13254982.

HSL color Cylindrical-coordinate representation of color #4641CA: hue angle of 242.19º 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 #4641CA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7065202-
CMYK0.650.6800.21
HSL242.19º56.38%52.35%-
HSV(B)242.19º67.82%79.22%-
XYZ15.089.3556.89-
YUV82.11195.66119.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 202 (79.30% from 255) = 59.94%
R=20.77%
G=19.29%
B=59.94%

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
Decimal70652020.650.6800.21242.1956.3852.35
Hex4641CA4144015f23834
Octal1061013121011040253627064
Binary10001101000001110010101000001100010001010111110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4641CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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