Html Css Color HEX #4349D1 Free Speech Blue

📋 copy color: '#4349D1'

red 67 ◦ green 73 ◦ blue 209

#4349D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4349D1

Tints of Free Speech Blue #4349D1

RGB

 RED value IS 67 (26.56% from 255) = 19.2%

 GREEN value IS 73 (28.91% from 255) = 20.92%

 BLUE value IS 209 (82.03% from 255) = 59.89%

R = 19.2%
G = 20.92%
B = 59.89%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4349D1 (or 0x4349D1) is known color: Free Speech Blue. HEX triplet: 43, 49 and D1. RGB value is (67,73,209). Sum of RGB (Red+Green+Blue) = 67+73+209=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #4349D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349D1 is #BCB62E. Grayscale: #565656. Windows color (decimal): -12367407 or 13715779. OLE color: 13715779.

HSL color Cylindrical-coordinate representation of color #4349D1: hue angle of 237.46º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4349D1 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 67 73 209 -
CMYK 0.68 0.65 0 0.18
HSL 237.46º 0.61% 0.54% -
HSV(B) 237.46º 0.68% 0.82% -
XYZ 16.21 10.56 61.51 -
YUV 86.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 67 73 209 0.68 0.65 0 0.18 237.46 0.61 0.54
Hex 43 49 D1 44 41 0 12 ED 3D 36
Octal 103 111 321 104 101 0 22 355 75 66
Binary 1000011 1001001 11010001 1000100 1000001 0 10010 11101101 111101 110110

Color Harmonies of #4349D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4349D1

Black with #4349D1

Text Example


Text Example

White with #4349D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4349D1;
 }
 .AnyTagClassName
 {
   color: #4349D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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