Html Css Color HEX #4148BF Free Speech Blue

📋 copy color: '#4148BF'

red 65 ◦ green 72 ◦ blue 191

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

Shades of Free Speech Blue #4148BF

Tints of Free Speech Blue #4148BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.23%

R = 19.82%
G = 21.95%
B = 58.23%

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

#4148BF (or 0x4148BF) is known color: Free Speech Blue. HEX triplet: 41, 48 and BF. RGB value is (65,72,191). Sum of RGB (Red+Green+Blue) = 65+72+191=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #4148BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148BF is #BEB740. Grayscale: #525252. Windows color (decimal): -12498753 or 12535873. OLE color: 12535873.

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

Color convert

RGB 65 72 191 -
CMYK 0.66 0.62 0 0.25
HSL 236.67º 0.5% 0.5% -
HSV(B) 236.67º 0.66% 0.75% -
XYZ 13.9 9.52 50.4 -
YUV 83.47 188.68 114.82 -
System Red Green Blue C M Y K H S L
Decimal 65 72 191 0.66 0.62 0 0.25 236.67 0.5 0.5
Hex 41 48 BF 42 3E 0 19 ED 32 32
Octal 101 110 277 102 76 0 31 355 62 62
Binary 1000001 1001000 10111111 1000010 111110 0 11001 11101101 110010 110010

Color Harmonies of #4148BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4148BF

Black with #4148BF

Text Example


Text Example

White with #4148BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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