Html Css Color HEX #4746BE Free Speech Blue

📋 copy color: '#4746BE'

red 71 ◦ green 70 ◦ blue 190

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

Shades of Free Speech Blue #4746BE

Tints of Free Speech Blue #4746BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 21.45%
G = 21.15%
B = 57.4%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4746BE (or 0x4746BE) is known color: Free Speech Blue. HEX triplet: 47, 46 and BE. RGB value is (71,70,190). Sum of RGB (Red+Green+Blue) = 71+70+190=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #4746BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4746BE is #B8B941. Grayscale: #535353. Windows color (decimal): -12106050 or 12469831. OLE color: 12469831.

HSL color Cylindrical-coordinate representation of color #4746BE: hue angle of 240.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4746BE is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 70 190 -
CMYK 0.63 0.63 0 0.25
HSL 240.5º 0.48% 0.51% -
HSV(B) 240.5º 0.63% 0.75% -
XYZ 14.08 9.44 49.79 -
YUV 83.98 187.83 118.74 -
System Red Green Blue C M Y K H S L
Decimal 71 70 190 0.63 0.63 0 0.25 240.5 0.48 0.51
Hex 47 46 BE 3F 3F 0 19 F0 30 33
Octal 107 106 276 77 77 0 31 360 60 63
Binary 1000111 1000110 10111110 111111 111111 0 11001 11110000 110000 110011

Color Harmonies of #4746BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4746BE

Black with #4746BE

Text Example


Text Example

White with #4746BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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