Html Css Color HEX #4142BB Free Speech Blue

📋 copy color: '#4142BB'

red 65 ◦ green 66 ◦ blue 187

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

Shades of Free Speech Blue #4142BB

Tints of Free Speech Blue #4142BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 20.44%
G = 20.75%
B = 58.81%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4142BB (or 0x4142BB) is known color: Free Speech Blue. HEX triplet: 41, 42 and BB. RGB value is (65,66,187). Sum of RGB (Red+Green+Blue) = 65+66+187=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #4142BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142BB is #BEBD44. Grayscale: #4F4F4F. Windows color (decimal): -12500293 or 12272193. OLE color: 12272193.

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

Color convert

RGB 65 66 187 -
CMYK 0.65 0.65 0 0.27
HSL 239.51º 0.48% 0.49% -
HSV(B) 239.51º 0.65% 0.73% -
XYZ 13.1 8.61 47.98 -
YUV 79.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 65 66 187 0.65 0.65 0 0.27 239.51 0.48 0.49
Hex 41 42 BB 41 41 0 1B F0 30 31
Octal 101 102 273 101 101 0 33 360 60 61
Binary 1000001 1000010 10111011 1000001 1000001 0 11011 11110000 110000 110001

Color Harmonies of #4142BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4142BB

Black with #4142BB

Text Example


Text Example

White with #4142BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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