Html Css Color HEX #4149BE Free Speech Blue

📋 copy color: '#4149BE'

red 65 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Blue #4149BE

Tints of Free Speech Blue #4149BE

RGB

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

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

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

R = 19.82%
G = 22.26%
B = 57.93%

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

#4149BE (or 0x4149BE) is known color: Free Speech Blue. HEX triplet: 41, 49 and BE. RGB value is (65,73,190). Sum of RGB (Red+Green+Blue) = 65+73+190=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #4149BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149BE is #BEB641. Grayscale: #535353. Windows color (decimal): -12498498 or 12470593. OLE color: 12470593.

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

Color convert

RGB 65 73 190 -
CMYK 0.66 0.62 0 0.25
HSL 236.16º 0.49% 0.5% -
HSV(B) 236.16º 0.66% 0.75% -
XYZ 13.86 9.61 49.84 -
YUV 83.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 65 73 190 0.66 0.62 0 0.25 236.16 0.49 0.5
Hex 41 49 BE 42 3E 0 19 EC 31 32
Octal 101 111 276 102 76 0 31 354 61 62
Binary 1000001 1001001 10111110 1000010 111110 0 11001 11101100 110001 110010

Color Harmonies of #4149BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149BE

Black with #4149BE

Text Example


Text Example

White with #4149BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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