Html Css Color HEX #4964BC Free Speech Blue

📋 copy color: '#4964BC'

red 73 ◦ green 100 ◦ blue 188

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

Shades of Free Speech Blue #4964BC

Tints of Free Speech Blue #4964BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 20.22%
G = 27.7%
B = 52.08%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4964BC (or 0x4964BC) is known color: Free Speech Blue. HEX triplet: 49, 64 and BC. RGB value is (73,100,188). Sum of RGB (Red+Green+Blue) = 73+100+188=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #4964BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4964BC is #B69B43. Grayscale: #656565. Windows color (decimal): -11967300 or 12346441. OLE color: 12346441.

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

Color convert

RGB 73 100 188 -
CMYK 0.61 0.47 0 0.26
HSL 225.91º 0.46% 0.51% -
HSV(B) 225.91º 0.61% 0.74% -
XYZ 16.38 14.16 49.45 -
YUV 101.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 73 100 188 0.61 0.47 0 0.26 225.91 0.46 0.51
Hex 49 64 BC 3D 2F 0 1A E2 2E 33
Octal 111 144 274 75 57 0 32 342 56 63
Binary 1001001 1100100 10111100 111101 101111 0 11010 11100010 101110 110011

Color Harmonies of #4964BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964BC

Black with #4964BC

Text Example


Text Example

White with #4964BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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