#4346b3

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

Shades of Free Speech Blue #4346B3

Tints of Free Speech Blue #4346B3

Color information

#4346B3 (or 0x4346B3) is unknown color: approx Free Speech Blue. HEX triplet: 43, 46 and B3. RGB value is (67,70,179). Sum of RGB (Red+Green+Blue) = 67+70+179=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #4346B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4346B3 is #BCB94C. Grayscale: #515151. Windows color (decimal): -12368205 or 11748931. OLE color: 11748931.

HSL color Cylindrical-coordinate representation of color #4346B3: hue angle of 238.39º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4346B3 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6770179-
CMYK0.630.6100.30
HSL238.39º45.53%48.24%-
HSV(B)238.39º62.57%70.2%-
XYZ12.648.8343.69-
YUV81.53183.01117.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 179 (70.31% from 255) = 56.65%
R=21.20%
G=22.15%
B=56.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal67701790.630.6100.30238.3945.5348.24
Hex4346B33F3D01Eee2e30
Octal10310626377750363565660
Binary100001110001101011001111111111110101111011101110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4346b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4346b3; }

 p { color: rgb(67,70,179); }

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

<style>
 a { background-color: #4346b3; }

 a { background-color: rgb(67,70,179); }

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

<style>
 span { border-color: #4346b3; }

 span { border-color: rgb(67,70,179); }

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