Html Css Color HEX #4741BF Free Speech Blue

📋 copy color: '#4741BF'

red 71 ◦ green 65 ◦ blue 191

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

Shades of Free Speech Blue #4741BF

Tints of Free Speech Blue #4741BF

RGB

 RED value IS 71 (28.13% from 255) = 21.71%

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 21.71%
G = 19.88%
B = 58.41%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4741BF (or 0x4741BF) is known color: Free Speech Blue. HEX triplet: 47, 41 and BF. RGB value is (71,65,191). Sum of RGB (Red+Green+Blue) = 71+65+191=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #4741BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741BF is #B8BE40. Grayscale: #505050. Windows color (decimal): -12107329 or 12534087. OLE color: 12534087.

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

Color convert

RGB 71 65 191 -
CMYK 0.63 0.66 0 0.25
HSL 242.86º 0.5% 0.5% -
HSV(B) 242.86º 0.66% 0.75% -
XYZ 13.89 8.88 50.27 -
YUV 81.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 71 65 191 0.63 0.66 0 0.25 242.86 0.5 0.5
Hex 47 41 BF 3F 42 0 19 F3 32 32
Octal 107 101 277 77 102 0 31 363 62 62
Binary 1000111 1000001 10111111 111111 1000010 0 11001 11110011 110010 110010

Color Harmonies of #4741BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741BF

Black with #4741BF

Text Example


Text Example

White with #4741BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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