Html Css Color HEX #414DB6 Free Speech Blue

📋 copy color: '#414DB6'

red 65 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Blue #414DB6

Tints of Free Speech Blue #414DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.17%

R = 20.06%
G = 23.77%
B = 56.17%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#414DB6 (or 0x414DB6) is known color: Free Speech Blue. HEX triplet: 41, 4D and B6. RGB value is (65,77,182). Sum of RGB (Red+Green+Blue) = 65+77+182=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #414DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DB6 is #BEB249. Grayscale: #545454. Windows color (decimal): -12497482 or 11947329. OLE color: 11947329.

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

Color convert

RGB 65 77 182 -
CMYK 0.64 0.58 0 0.29
HSL 233.85º 0.47% 0.48% -
HSV(B) 233.85º 0.64% 0.71% -
XYZ 13.28 9.81 45.45 -
YUV 85.38 182.52 113.46 -
System Red Green Blue C M Y K H S L
Decimal 65 77 182 0.64 0.58 0 0.29 233.85 0.47 0.48
Hex 41 4D B6 40 3A 0 1D EA 2F 30
Octal 101 115 266 100 72 0 35 352 57 60
Binary 1000001 1001101 10110110 1000000 111010 0 11101 11101010 101111 110000

Color Harmonies of #414DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DB6

Black with #414DB6

Text Example


Text Example

White with #414DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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