Html Css Color HEX #4149BB Free Speech Blue

📋 copy color: '#4149BB'

red 65 ◦ green 73 ◦ blue 187

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

Shades of Free Speech Blue #4149BB

Tints of Free Speech Blue #4149BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 20%
G = 22.46%
B = 57.54%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4149BB (or 0x4149BB) is known color: Free Speech Blue. HEX triplet: 41, 49 and BB. RGB value is (65,73,187). Sum of RGB (Red+Green+Blue) = 65+73+187=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #4149BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149BB is #BEB644. Grayscale: #535353. Windows color (decimal): -12498501 or 12273985. OLE color: 12273985.

HSL color Cylindrical-coordinate representation of color #4149BB: hue angle of 236.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4149BB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 73 187 -
CMYK 0.65 0.61 0 0.27
HSL 236.07º 0.48% 0.49% -
HSV(B) 236.07º 0.65% 0.73% -
XYZ 13.53 9.48 48.13 -
YUV 83.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 65 73 187 0.65 0.61 0 0.27 236.07 0.48 0.49
Hex 41 49 BB 41 3D 0 1B EC 30 31
Octal 101 111 273 101 75 0 33 354 60 61
Binary 1000001 1001001 10111011 1000001 111101 0 11011 11101100 110000 110001

Color Harmonies of #4149BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149BB

Black with #4149BB

Text Example


Text Example

White with #4149BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4149BB; }

 p { color: rgb(65,73,187); }

 H1.HeaderClassName
 {
   color: #4149BB;
 }
 .AnyTagClassName
 {
   color: #4149BB;
 }
</style>

background-color css

<style>
 a { background-color: #4149BB; }

 a { background-color: rgb(65,73,187); }

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

border-color css

<style>
 span { border-color: #4149BB; }

 span { border-color: rgb(65,73,187); }

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