Html Css Color HEX #414DBE Free Speech Blue

📋 copy color: '#414DBE'

red 65 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Blue #414DBE

Tints of Free Speech Blue #414DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 19.58%
G = 23.19%
B = 57.23%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#414DBE (or 0x414DBE) is known color: Free Speech Blue. HEX triplet: 41, 4D and BE. RGB value is (65,77,190). Sum of RGB (Red+Green+Blue) = 65+77+190=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #414DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DBE is #BEB241. Grayscale: #555555. Windows color (decimal): -12497474 or 12471617. OLE color: 12471617.

HSL color Cylindrical-coordinate representation of color #414DBE: hue angle of 234.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414DBE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 77 190 -
CMYK 0.66 0.59 0 0.25
HSL 234.24º 0.49% 0.5% -
HSV(B) 234.24º 0.66% 0.75% -
XYZ 14.13 10.15 49.93 -
YUV 86.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 65 77 190 0.66 0.59 0 0.25 234.24 0.49 0.5
Hex 41 4D BE 42 3B 0 19 EA 31 32
Octal 101 115 276 102 73 0 31 352 61 62
Binary 1000001 1001101 10111110 1000010 111011 0 11001 11101010 110001 110010

Color Harmonies of #414DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414DBE

Black with #414DBE

Text Example


Text Example

White with #414DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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