Html Css Color HEX #4141BB Free Speech Blue

📋 copy color: '#4141BB'

red 65 ◦ green 65 ◦ blue 187

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

Shades of Free Speech Blue #4141BB

Tints of Free Speech Blue #4141BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

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

R = 20.5%
G = 20.5%
B = 58.99%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4141BB (or 0x4141BB) is known color: Free Speech Blue. HEX triplet: 41, 41 and BB. RGB value is (65,65,187). Sum of RGB (Red+Green+Blue) = 65+65+187=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #4141BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4141BB is #BEBE44. Grayscale: #4E4E4E. Windows color (decimal): -12500549 or 12271937. OLE color: 12271937.

HSL color Cylindrical-coordinate representation of color #4141BB: hue angle of 240º 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 #4141BB is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 65 187 -
CMYK 0.65 0.65 0 0.27
HSL 240º 0.48% 0.49% -
HSV(B) 240º 0.65% 0.73% -
XYZ 13.04 8.49 47.97 -
YUV 78.91 189 118.08 -
System Red Green Blue C M Y K H S L
Decimal 65 65 187 0.65 0.65 0 0.27 240 0.48 0.49
Hex 41 41 BB 41 41 0 1B F0 30 31
Octal 101 101 273 101 101 0 33 360 60 61
Binary 1000001 1000001 10111011 1000001 1000001 0 11011 11110000 110000 110001

Color Harmonies of #4141BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4141BB

Black with #4141BB

Text Example


Text Example

White with #4141BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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