Html Css Color HEX #4741BE Free Speech Blue

📋 copy color: '#4741BE'

red 71 ◦ green 65 ◦ blue 190

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

Shades of Free Speech Blue #4741BE

Tints of Free Speech Blue #4741BE

RGB

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

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

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

R = 21.78%
G = 19.94%
B = 58.28%

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

#4741BE (or 0x4741BE) is known color: Free Speech Blue. HEX triplet: 47, 41 and BE. RGB value is (71,65,190). Sum of RGB (Red+Green+Blue) = 71+65+190=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #4741BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4741BE is #B8BE41. Grayscale: #505050. Windows color (decimal): -12107330 or 12468551. OLE color: 12468551.

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

Color convert

RGB 71 65 190 -
CMYK 0.63 0.66 0 0.25
HSL 242.88º 0.49% 0.5% -
HSV(B) 242.88º 0.66% 0.75% -
XYZ 13.78 8.84 49.69 -
YUV 81.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 71 65 190 0.63 0.66 0 0.25 242.88 0.49 0.5
Hex 47 41 BE 3F 42 0 19 F3 31 32
Octal 107 101 276 77 102 0 31 363 61 62
Binary 1000111 1000001 10111110 111111 1000010 0 11001 11110011 110001 110010

Color Harmonies of #4741BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741BE

Black with #4741BE

Text Example


Text Example

White with #4741BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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