Html Css Color HEX #4149BC Free Speech Blue

📋 copy color: '#4149BC'

red 65 ◦ green 73 ◦ blue 188

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

Shades of Free Speech Blue #4149BC

Tints of Free Speech Blue #4149BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 19.94%
G = 22.39%
B = 57.67%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4149BC (or 0x4149BC) is known color: Free Speech Blue. HEX triplet: 41, 49 and BC. RGB value is (65,73,188). Sum of RGB (Red+Green+Blue) = 65+73+188=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #4149BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149BC is #BEB643. Grayscale: #535353. Windows color (decimal): -12498500 or 12339521. OLE color: 12339521.

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

Color convert

RGB 65 73 188 -
CMYK 0.65 0.61 0 0.26
HSL 236.1º 0.49% 0.5% -
HSV(B) 236.1º 0.65% 0.74% -
XYZ 13.64 9.52 48.7 -
YUV 83.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 65 73 188 0.65 0.61 0 0.26 236.1 0.49 0.5
Hex 41 49 BC 41 3D 0 1A EC 31 32
Octal 101 111 274 101 75 0 32 354 61 62
Binary 1000001 1001001 10111100 1000001 111101 0 11010 11101100 110001 110010

Color Harmonies of #4149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149BC

Black with #4149BC

Text Example


Text Example

White with #4149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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