#4349BE

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

Shades of Free Speech Blue #4349BE

Tints of Free Speech Blue #4349BE

Color information

#4349BE (or 0x4349BE) is unknown color: approx Free Speech Blue. HEX triplet: 43, 49 and BE. RGB value is (67,73,190). Sum of RGB (Red+Green+Blue) = 67+73+190=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #4349BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349BE is #BCB641. Grayscale: #545454. Windows color (decimal): -12367426 or 12470595. OLE color: 12470595.

HSL color Cylindrical-coordinate representation of color #4349BE: hue angle of 237.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4349BE is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6773190-
CMYK0.650.6200.25
HSL237.07º48.62%50.39%-
HSV(B)237.07º64.74%74.51%-
XYZ13.999.6849.85-
YUV84.54187.51115.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 190 (74.61% from 255) = 57.58%
R=20.30%
G=22.12%
B=57.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67731900.650.6200.25237.0748.6250.39
Hex4349BE413E019ed3132
Octal103111276101760313556162
Binary1000011100100110111110100000111111001100111101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4349BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4349BE; }

 p { color: rgb(67,73,190); }

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

<style>
 a { background-color: #4349BE; }

 a { background-color: rgb(67,73,190); }

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

<style>
 span { border-color: #4349BE; }

 span { border-color: rgb(67,73,190); }

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