Html Css Color HEX #4746BC Free Speech Blue

📋 copy color: '#4746BC'

red 71 ◦ green 70 ◦ blue 188

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

Shades of Free Speech Blue #4746BC

Tints of Free Speech Blue #4746BC

RGB

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

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

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

R = 21.58%
G = 21.28%
B = 57.14%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4746BC (or 0x4746BC) is known color: Free Speech Blue. HEX triplet: 47, 46 and BC. RGB value is (71,70,188). Sum of RGB (Red+Green+Blue) = 71+70+188=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #4746BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4746BC is #B8B943. Grayscale: #535353. Windows color (decimal): -12106052 or 12338759. OLE color: 12338759.

HSL color Cylindrical-coordinate representation of color #4746BC: hue angle of 240.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4746BC is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 70 188 -
CMYK 0.62 0.63 0 0.26
HSL 240.51º 0.47% 0.51% -
HSV(B) 240.51º 0.63% 0.74% -
XYZ 13.87 9.35 48.65 -
YUV 83.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 71 70 188 0.62 0.63 0 0.26 240.51 0.47 0.51
Hex 47 46 BC 3E 3F 0 1A F1 2F 33
Octal 107 106 274 76 77 0 32 361 57 63
Binary 1000111 1000110 10111100 111110 111111 0 11010 11110001 101111 110011

Color Harmonies of #4746BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4746BC

Black with #4746BC

Text Example


Text Example

White with #4746BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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