Html Css Color HEX #416CC1 Free Speech Blue

📋 copy color: '#416CC1'

red 65 ◦ green 108 ◦ blue 193

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

Shades of Free Speech Blue #416CC1

Tints of Free Speech Blue #416CC1

RGB

 RED value IS 65 (25.78% from 255) = 17.76%

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 17.76%
G = 29.51%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#416CC1 (or 0x416CC1) is known color: Free Speech Blue. HEX triplet: 41, 6C and C1. RGB value is (65,108,193). Sum of RGB (Red+Green+Blue) = 65+108+193=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 108 (42.58% from 255 or 29.51% 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 #416CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CC1 is #BE933E. Grayscale: #686868. Windows color (decimal): -12489535 or 12676161. OLE color: 12676161.

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

Color convert

RGB 65 108 193 -
CMYK 0.66 0.44 0 0.24
HSL 219.84º 0.51% 0.51% -
HSV(B) 219.84º 0.66% 0.76% -
XYZ 17.17 15.7 52.58 -
YUV 104.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 65 108 193 0.66 0.44 0 0.24 219.84 0.51 0.51
Hex 41 6C C1 42 2C 0 18 DC 33 33
Octal 101 154 301 102 54 0 30 334 63 63
Binary 1000001 1101100 11000001 1000010 101100 0 11000 11011100 110011 110011

Color Harmonies of #416CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416CC1

Black with #416CC1

Text Example


Text Example

White with #416CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416CC1; }

 p { color: rgb(65,108,193); }

 H1.HeaderClassName
 {
   color: #416CC1;
 }
 .AnyTagClassName
 {
   color: #416CC1;
 }
</style>

background-color css

<style>
 a { background-color: #416CC1; }

 a { background-color: rgb(65,108,193); }

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

border-color css

<style>
 span { border-color: #416CC1; }

 span { border-color: rgb(65,108,193); }

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