Html Css Color HEX #4951BC Free Speech Blue

📋 copy color: '#4951BC'

red 73 ◦ green 81 ◦ blue 188

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

Shades of Free Speech Blue #4951BC

Tints of Free Speech Blue #4951BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 21.35%
G = 23.68%
B = 54.97%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4951BC (or 0x4951BC) is known color: Free Speech Blue. HEX triplet: 49, 51 and BC. RGB value is (73,81,188). Sum of RGB (Red+Green+Blue) = 73+81+188=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #4951BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951BC is #B6AE43. Grayscale: #5A5A5A. Windows color (decimal): -11972164 or 12341577. OLE color: 12341577.

HSL color Cylindrical-coordinate representation of color #4951BC: hue angle of 235.83º 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 #4951BC is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 81 188 -
CMYK 0.61 0.57 0 0.26
HSL 235.83º 0.46% 0.51% -
HSV(B) 235.83º 0.61% 0.74% -
XYZ 14.77 10.93 48.91 -
YUV 90.81 182.85 115.3 -
System Red Green Blue C M Y K H S L
Decimal 73 81 188 0.61 0.57 0 0.26 235.83 0.46 0.51
Hex 49 51 BC 3D 39 0 1A EC 2E 33
Octal 111 121 274 75 71 0 32 354 56 63
Binary 1001001 1010001 10111100 111101 111001 0 11010 11101100 101110 110011

Color Harmonies of #4951BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4951BC

Black with #4951BC

Text Example


Text Example

White with #4951BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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