Html Css Color HEX #4961BA Free Speech Blue

📋 copy color: '#4961BA'

red 73 ◦ green 97 ◦ blue 186

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

Shades of Free Speech Blue #4961BA

Tints of Free Speech Blue #4961BA

RGB

 RED value IS 73 (28.91% from 255) = 20.51%

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

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

R = 20.51%
G = 27.25%
B = 52.25%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4961BA (or 0x4961BA) is known color: Free Speech Blue. HEX triplet: 49, 61 and BA. RGB value is (73,97,186). Sum of RGB (Red+Green+Blue) = 73+97+186=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4961BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961BA is #B69E45. Grayscale: #636363. Windows color (decimal): -11968070 or 12214601. OLE color: 12214601.

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

Color convert

RGB 73 97 186 -
CMYK 0.61 0.48 0 0.27
HSL 227.26º 0.45% 0.51% -
HSV(B) 227.26º 0.61% 0.73% -
XYZ 15.89 13.51 48.23 -
YUV 99.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 73 97 186 0.61 0.48 0 0.27 227.26 0.45 0.51
Hex 49 61 BA 3D 30 0 1B E3 2D 33
Octal 111 141 272 75 60 0 33 343 55 63
Binary 1001001 1100001 10111010 111101 110000 0 11011 11100011 101101 110011

Color Harmonies of #4961BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4961BA

Black with #4961BA

Text Example


Text Example

White with #4961BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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