Html Css Color HEX #414DC1 Free Speech Blue

📋 copy color: '#414DC1'

red 65 ◦ green 77 ◦ blue 193

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

Shades of Free Speech Blue #414DC1

Tints of Free Speech Blue #414DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

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

R = 19.4%
G = 22.99%
B = 57.61%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#414DC1 (or 0x414DC1) is known color: Free Speech Blue. HEX triplet: 41, 4D and C1. RGB value is (65,77,193). Sum of RGB (Red+Green+Blue) = 65+77+193=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #414DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DC1 is #BEB23E. Grayscale: #565656. Windows color (decimal): -12497471 or 12668225. OLE color: 12668225.

HSL color Cylindrical-coordinate representation of color #414DC1: hue angle of 234.38º 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 #414DC1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 77 193 -
CMYK 0.66 0.60 0 0.24
HSL 234.38º 0.51% 0.51% -
HSV(B) 234.38º 0.66% 0.76% -
XYZ 14.46 10.28 51.67 -
YUV 86.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 65 77 193 0.66 0.60 0 0.24 234.38 0.51 0.51
Hex 41 4D C1 42 3C 0 18 EA 33 33
Octal 101 115 301 102 74 0 30 352 63 63
Binary 1000001 1001101 11000001 1000010 111100 0 11000 11101010 110011 110011

Color Harmonies of #414DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DC1

Black with #414DC1

Text Example


Text Example

White with #414DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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