Html Css Color HEX #4148BA Free Speech Blue

📋 copy color: '#4148BA'

red 65 ◦ green 72 ◦ blue 186

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

Shades of Free Speech Blue #4148BA

Tints of Free Speech Blue #4148BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

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

R = 20.12%
G = 22.29%
B = 57.59%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4148BA (or 0x4148BA) is known color: Free Speech Blue. HEX triplet: 41, 48 and BA. RGB value is (65,72,186). Sum of RGB (Red+Green+Blue) = 65+72+186=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4148BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148BA is #BEB745. Grayscale: #525252. Windows color (decimal): -12498758 or 12208193. OLE color: 12208193.

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

Color convert

RGB 65 72 186 -
CMYK 0.65 0.61 0 0.27
HSL 236.53º 0.48% 0.49% -
HSV(B) 236.53º 0.65% 0.73% -
XYZ 13.36 9.3 47.55 -
YUV 82.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 65 72 186 0.65 0.61 0 0.27 236.53 0.48 0.49
Hex 41 48 BA 41 3D 0 1B ED 30 31
Octal 101 110 272 101 75 0 33 355 60 61
Binary 1000001 1001000 10111010 1000001 111101 0 11011 11101101 110000 110001

Color Harmonies of #4148BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4148BA

Black with #4148BA

Text Example


Text Example

White with #4148BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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