Html Css Color HEX #4961BE Free Speech Blue

📋 copy color: '#4961BE'

red 73 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Blue #4961BE

Tints of Free Speech Blue #4961BE

RGB

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

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

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

R = 20.28%
G = 26.94%
B = 52.78%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4961BE (or 0x4961BE) is known color: Free Speech Blue. HEX triplet: 49, 61 and BE. RGB value is (73,97,190). Sum of RGB (Red+Green+Blue) = 73+97+190=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4961BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4961BE is #B69E41. Grayscale: #646464. Windows color (decimal): -11968066 or 12476745. OLE color: 12476745.

HSL color Cylindrical-coordinate representation of color #4961BE: hue angle of 227.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4961BE is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 97 190 -
CMYK 0.62 0.49 0 0.25
HSL 227.69º 0.47% 0.52% -
HSV(B) 227.69º 0.62% 0.75% -
XYZ 16.32 13.68 50.5 -
YUV 100.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 73 97 190 0.62 0.49 0 0.25 227.69 0.47 0.52
Hex 49 61 BE 3E 31 0 19 E4 2F 34
Octal 111 141 276 76 61 0 31 344 57 64
Binary 1001001 1100001 10111110 111110 110001 0 11001 11100100 101111 110100

Color Harmonies of #4961BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4961BE

Black with #4961BE

Text Example


Text Example

White with #4961BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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