Html Css Color HEX #4144BE Free Speech Blue

📋 copy color: '#4144BE'

red 65 ◦ green 68 ◦ blue 190

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

Shades of Free Speech Blue #4144BE

Tints of Free Speech Blue #4144BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 20.12%
G = 21.05%
B = 58.82%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4144BE (or 0x4144BE) is known color: Free Speech Blue. HEX triplet: 41, 44 and BE. RGB value is (65,68,190). Sum of RGB (Red+Green+Blue) = 65+68+190=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #4144BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4144BE is #BEBB41. Grayscale: #505050. Windows color (decimal): -12499778 or 12469313. OLE color: 12469313.

HSL color Cylindrical-coordinate representation of color #4144BE: hue angle of 238.56º degrees, saturation: 0.49, 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 #4144BE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 68 190 -
CMYK 0.66 0.64 0 0.25
HSL 238.56º 0.49% 0.5% -
HSV(B) 238.56º 0.66% 0.75% -
XYZ 13.54 8.98 49.73 -
YUV 81.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 65 68 190 0.66 0.64 0 0.25 238.56 0.49 0.5
Hex 41 44 BE 42 40 0 19 EF 31 32
Octal 101 104 276 102 100 0 31 357 61 62
Binary 1000001 1000100 10111110 1000010 1000000 0 11001 11101111 110001 110010

Color Harmonies of #4144BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4144BE

Black with #4144BE

Text Example


Text Example

White with #4144BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4144BE; }

 p { color: rgb(65,68,190); }

 H1.HeaderClassName
 {
   color: #4144BE;
 }
 .AnyTagClassName
 {
   color: #4144BE;
 }
</style>

background-color css

<style>
 a { background-color: #4144BE; }

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

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

border-color css

<style>
 span { border-color: #4144BE; }

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

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