Html Css Color HEX #4960BC Free Speech Blue

📋 copy color: '#4960BC'

red 73 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Blue #4960BC

Tints of Free Speech Blue #4960BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 20.45%
G = 26.89%
B = 52.66%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4960BC (or 0x4960BC) is known color: Free Speech Blue. HEX triplet: 49, 60 and BC. RGB value is (73,96,188). Sum of RGB (Red+Green+Blue) = 73+96+188=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #4960BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960BC is #B69F43. Grayscale: #636363. Windows color (decimal): -11968324 or 12345417. OLE color: 12345417.

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

Color convert

RGB 73 96 188 -
CMYK 0.61 0.49 0 0.26
HSL 228º 0.46% 0.51% -
HSV(B) 228º 0.61% 0.74% -
XYZ 16.01 13.41 49.32 -
YUV 99.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 73 96 188 0.61 0.49 0 0.26 228 0.46 0.51
Hex 49 60 BC 3D 31 0 1A E4 2E 33
Octal 111 140 274 75 61 0 32 344 56 63
Binary 1001001 1100000 10111100 111101 110001 0 11010 11100100 101110 110011

Color Harmonies of #4960BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4960BC

Black with #4960BC

Text Example


Text Example

White with #4960BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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