Html Css Color HEX #406DC1 Free Speech Blue

📋 copy color: '#406DC1'

red 64 ◦ green 109 ◦ blue 193

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

Shades of Free Speech Blue #406DC1

Tints of Free Speech Blue #406DC1

RGB

 RED value IS 64 (25.39% from 255) = 17.49%

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 17.49%
G = 29.78%
B = 52.73%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#406DC1 (or 0x406DC1) is known color: Free Speech Blue. HEX triplet: 40, 6D and C1. RGB value is (64,109,193). Sum of RGB (Red+Green+Blue) = 64+109+193=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #406DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406DC1 is #BF923E. Grayscale: #686868. Windows color (decimal): -12554815 or 12676416. OLE color: 12676416.

HSL color Cylindrical-coordinate representation of color #406DC1: hue angle of 219.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406DC1 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 109 193 -
CMYK 0.67 0.44 0 0.24
HSL 219.07º 0.51% 0.5% -
HSV(B) 219.07º 0.67% 0.76% -
XYZ 17.21 15.88 52.61 -
YUV 105.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 64 109 193 0.67 0.44 0 0.24 219.07 0.51 0.5
Hex 40 6D C1 43 2C 0 18 DB 33 32
Octal 100 155 301 103 54 0 30 333 63 62
Binary 1000000 1101101 11000001 1000011 101100 0 11000 11011011 110011 110010

Color Harmonies of #406DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406DC1

Black with #406DC1

Text Example


Text Example

White with #406DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406DC1; }

 p { color: rgb(64,109,193); }

 H1.HeaderClassName
 {
   color: #406DC1;
 }
 .AnyTagClassName
 {
   color: #406DC1;
 }
</style>

background-color css

<style>
 a { background-color: #406DC1; }

 a { background-color: rgb(64,109,193); }

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

border-color css

<style>
 span { border-color: #406DC1; }

 span { border-color: rgb(64,109,193); }

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