Html Css Color HEX #4143BB Free Speech Blue

📋 copy color: '#4143BB'

red 65 ◦ green 67 ◦ blue 187

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

Shades of Free Speech Blue #4143BB

Tints of Free Speech Blue #4143BB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

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

R = 20.38%
G = 21%
B = 58.62%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4143BB (or 0x4143BB) is known color: Free Speech Blue. HEX triplet: 41, 43 and BB. RGB value is (65,67,187). Sum of RGB (Red+Green+Blue) = 65+67+187=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #4143BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4143BB is #BEBC44. Grayscale: #4F4F4F. Windows color (decimal): -12500037 or 12272449. OLE color: 12272449.

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

Color convert

RGB 65 67 187 -
CMYK 0.65 0.64 0 0.27
HSL 239.02º 0.48% 0.49% -
HSV(B) 239.02º 0.65% 0.73% -
XYZ 13.16 8.73 48 -
YUV 80.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 65 67 187 0.65 0.64 0 0.27 239.02 0.48 0.49
Hex 41 43 BB 41 40 0 1B EF 30 31
Octal 101 103 273 101 100 0 33 357 60 61
Binary 1000001 1000011 10111011 1000001 1000000 0 11011 11101111 110000 110001

Color Harmonies of #4143BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4143BB

Black with #4143BB

Text Example


Text Example

White with #4143BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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