Html Css Color HEX #4142BC Free Speech Blue

📋 copy color: '#4142BC'

red 65 ◦ green 66 ◦ blue 188

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

Shades of Free Speech Blue #4142BC

Tints of Free Speech Blue #4142BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 20.38%
G = 20.69%
B = 58.93%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4142BC (or 0x4142BC) is known color: Free Speech Blue. HEX triplet: 41, 42 and BC. RGB value is (65,66,188). Sum of RGB (Red+Green+Blue) = 65+66+188=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #4142BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142BC is #BEBD43. Grayscale: #4F4F4F. Windows color (decimal): -12500292 or 12337729. OLE color: 12337729.

HSL color Cylindrical-coordinate representation of color #4142BC: hue angle of 239.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4142BC is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 66 188 -
CMYK 0.65 0.65 0 0.26
HSL 239.51º 0.49% 0.5% -
HSV(B) 239.51º 0.65% 0.74% -
XYZ 13.21 8.65 48.55 -
YUV 79.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 65 66 188 0.65 0.65 0 0.26 239.51 0.49 0.5
Hex 41 42 BC 41 41 0 1A F0 31 32
Octal 101 102 274 101 101 0 32 360 61 62
Binary 1000001 1000010 10111100 1000001 1000001 0 11010 11110000 110001 110010

Color Harmonies of #4142BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4142BC

Black with #4142BC

Text Example


Text Example

White with #4142BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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