Html Css Color HEX #414DB7 Free Speech Blue

📋 copy color: '#414DB7'

red 65 ◦ green 77 ◦ blue 183

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

Shades of Free Speech Blue #414DB7

Tints of Free Speech Blue #414DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.31%

R = 20%
G = 23.69%
B = 56.31%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#414DB7 (or 0x414DB7) is known color: Free Speech Blue. HEX triplet: 41, 4D and B7. RGB value is (65,77,183). Sum of RGB (Red+Green+Blue) = 65+77+183=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #414DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DB7 is #BEB248. Grayscale: #555555. Windows color (decimal): -12497481 or 12012865. OLE color: 12012865.

HSL color Cylindrical-coordinate representation of color #414DB7: hue angle of 233.9º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #414DB7 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 77 183 -
CMYK 0.64 0.58 0 0.28
HSL 233.9º 0.48% 0.49% -
HSV(B) 233.9º 0.64% 0.72% -
XYZ 13.38 9.85 46 -
YUV 85.5 183.02 113.38 -
System Red Green Blue C M Y K H S L
Decimal 65 77 183 0.64 0.58 0 0.28 233.9 0.48 0.49
Hex 41 4D B7 40 3A 0 1C EA 30 31
Octal 101 115 267 100 72 0 34 352 60 61
Binary 1000001 1001101 10110111 1000000 111010 0 11100 11101010 110000 110001

Color Harmonies of #414DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DB7

Black with #414DB7

Text Example


Text Example

White with #414DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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