Html Css Color HEX #4761BA Free Speech Blue

📋 copy color: '#4761BA'

red 71 ◦ green 97 ◦ blue 186

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

Shades of Free Speech Blue #4761BA

Tints of Free Speech Blue #4761BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 20.06%
G = 27.4%
B = 52.54%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4761BA (or 0x4761BA) is known color: Free Speech Blue. HEX triplet: 47, 61 and BA. RGB value is (71,97,186). Sum of RGB (Red+Green+Blue) = 71+97+186=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #4761BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761BA is #B89E45. Grayscale: #626262. Windows color (decimal): -12099142 or 12214599. OLE color: 12214599.

HSL color Cylindrical-coordinate representation of color #4761BA: hue angle of 226.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4761BA is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 97 186 -
CMYK 0.62 0.48 0 0.27
HSL 226.43º 0.45% 0.5% -
HSV(B) 226.43º 0.62% 0.73% -
XYZ 15.74 13.43 48.22 -
YUV 99.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 71 97 186 0.62 0.48 0 0.27 226.43 0.45 0.5
Hex 47 61 BA 3E 30 0 1B E2 2D 32
Octal 107 141 272 76 60 0 33 342 55 62
Binary 1000111 1100001 10111010 111110 110000 0 11011 11100010 101101 110010

Color Harmonies of #4761BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4761BA

Black with #4761BA

Text Example


Text Example

White with #4761BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4761BA; }

 p { color: rgb(71,97,186); }

 H1.HeaderClassName
 {
   color: #4761BA;
 }
 .AnyTagClassName
 {
   color: #4761BA;
 }
</style>

background-color css

<style>
 a { background-color: #4761BA; }

 a { background-color: rgb(71,97,186); }

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

border-color css

<style>
 span { border-color: #4761BA; }

 span { border-color: rgb(71,97,186); }

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