Html Css Color HEX #414DAE Free Speech Blue

📋 copy color: '#414DAE'

red 65 ◦ green 77 ◦ blue 174

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

Shades of Free Speech Blue #414DAE

Tints of Free Speech Blue #414DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 20.57%
G = 24.37%
B = 55.06%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#414DAE (or 0x414DAE) is known color: Free Speech Blue. HEX triplet: 41, 4D and AE. RGB value is (65,77,174). Sum of RGB (Red+Green+Blue) = 65+77+174=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #414DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DAE is #BEB251. Grayscale: #545454. Windows color (decimal): -12497490 or 11423041. OLE color: 11423041.

HSL color Cylindrical-coordinate representation of color #414DAE: hue angle of 233.39º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #414DAE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 77 174 -
CMYK 0.63 0.56 0 0.32
HSL 233.39º 0.46% 0.47% -
HSV(B) 233.39º 0.63% 0.68% -
XYZ 12.47 9.49 41.22 -
YUV 84.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 65 77 174 0.63 0.56 0 0.32 233.39 0.46 0.47
Hex 41 4D AE 3F 38 0 20 E9 2E 2F
Octal 101 115 256 77 70 0 40 351 56 57
Binary 1000001 1001101 10101110 111111 111000 0 100000 11101001 101110 101111

Color Harmonies of #414DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DAE

Black with #414DAE

Text Example


Text Example

White with #414DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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