Html Css Color HEX #4961BC Free Speech Blue

📋 copy color: '#4961BC'

red 73 ◦ green 97 ◦ blue 188

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

Shades of Free Speech Blue #4961BC

Tints of Free Speech Blue #4961BC

RGB

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

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

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

R = 20.39%
G = 27.09%
B = 52.51%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4961BC (or 0x4961BC) is known color: Free Speech Blue. HEX triplet: 49, 61 and BC. RGB value is (73,97,188). Sum of RGB (Red+Green+Blue) = 73+97+188=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4961BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961BC is #B69E43. Grayscale: #636363. Windows color (decimal): -11968068 or 12345673. OLE color: 12345673.

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

Color convert

RGB 73 97 188 -
CMYK 0.61 0.48 0 0.26
HSL 227.48º 0.46% 0.51% -
HSV(B) 227.48º 0.61% 0.74% -
XYZ 16.1 13.6 49.35 -
YUV 100.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 73 97 188 0.61 0.48 0 0.26 227.48 0.46 0.51
Hex 49 61 BC 3D 30 0 1A E3 2E 33
Octal 111 141 274 75 60 0 32 343 56 63
Binary 1001001 1100001 10111100 111101 110000 0 11010 11100011 101110 110011

Color Harmonies of #4961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4961BC

Black with #4961BC

Text Example


Text Example

White with #4961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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