Html Css Color HEX #4140BA Free Speech Blue

📋 copy color: '#4140BA'

red 65 ◦ green 64 ◦ blue 186

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

Shades of Free Speech Blue #4140BA

Tints of Free Speech Blue #4140BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 20.63%
G = 20.32%
B = 59.05%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4140BA (or 0x4140BA) is known color: Free Speech Blue. HEX triplet: 41, 40 and BA. RGB value is (65,64,186). Sum of RGB (Red+Green+Blue) = 65+64+186=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4140BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4140BA is #BEBF45. Grayscale: #4D4D4D. Windows color (decimal): -12500806 or 12206145. OLE color: 12206145.

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

Color convert

RGB 65 64 186 -
CMYK 0.65 0.66 0 0.27
HSL 240.49º 0.49% 0.49% -
HSV(B) 240.49º 0.66% 0.73% -
XYZ 12.88 8.34 47.38 -
YUV 78.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 65 64 186 0.65 0.66 0 0.27 240.49 0.49 0.49
Hex 41 40 BA 41 42 0 1B F0 31 31
Octal 101 100 272 101 102 0 33 360 61 61
Binary 1000001 1000000 10111010 1000001 1000010 0 11011 11110000 110001 110001

Color Harmonies of #4140BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4140BA

Black with #4140BA

Text Example


Text Example

White with #4140BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4140BA; }

 p { color: rgb(65,64,186); }

 H1.HeaderClassName
 {
   color: #4140BA;
 }
 .AnyTagClassName
 {
   color: #4140BA;
 }
</style>

background-color css

<style>
 a { background-color: #4140BA; }

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

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

border-color css

<style>
 span { border-color: #4140BA; }

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

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