Html Css Color HEX #4149BF Free Speech Blue

📋 copy color: '#4149BF'

red 65 ◦ green 73 ◦ blue 191

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

Shades of Free Speech Blue #4149BF

Tints of Free Speech Blue #4149BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.05%

R = 19.76%
G = 22.19%
B = 58.05%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4149BF (or 0x4149BF) is known color: Free Speech Blue. HEX triplet: 41, 49 and BF. RGB value is (65,73,191). Sum of RGB (Red+Green+Blue) = 65+73+191=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #4149BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149BF is #BEB640. Grayscale: #535353. Windows color (decimal): -12498497 or 12536129. OLE color: 12536129.

HSL color Cylindrical-coordinate representation of color #4149BF: hue angle of 236.19º degrees, saturation: 0.5, 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 #4149BF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 73 191 -
CMYK 0.66 0.62 0 0.25
HSL 236.19º 0.5% 0.5% -
HSV(B) 236.19º 0.66% 0.75% -
XYZ 13.97 9.65 50.42 -
YUV 84.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 65 73 191 0.66 0.62 0 0.25 236.19 0.5 0.5
Hex 41 49 BF 42 3E 0 19 EC 32 32
Octal 101 111 277 102 76 0 31 354 62 62
Binary 1000001 1001001 10111111 1000010 111110 0 11001 11101100 110010 110010

Color Harmonies of #4149BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149BF

Black with #4149BF

Text Example


Text Example

White with #4149BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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