Html Css Color HEX #4966BC Free Speech Blue

📋 copy color: '#4966BC'

red 73 ◦ green 102 ◦ blue 188

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

Shades of Free Speech Blue #4966BC

Tints of Free Speech Blue #4966BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 20.11%
G = 28.1%
B = 51.79%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4966BC (or 0x4966BC) is known color: Free Speech Blue. HEX triplet: 49, 66 and BC. RGB value is (73,102,188). Sum of RGB (Red+Green+Blue) = 73+102+188=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #4966BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966BC is #B69943. Grayscale: #666666. Windows color (decimal): -11966788 or 12346953. OLE color: 12346953.

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

Color convert

RGB 73 102 188 -
CMYK 0.61 0.46 0 0.26
HSL 224.87º 0.46% 0.51% -
HSV(B) 224.87º 0.61% 0.74% -
XYZ 16.58 14.55 49.51 -
YUV 103.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 73 102 188 0.61 0.46 0 0.26 224.87 0.46 0.51
Hex 49 66 BC 3D 2E 0 1A E1 2E 33
Octal 111 146 274 75 56 0 32 341 56 63
Binary 1001001 1100110 10111100 111101 101110 0 11010 11100001 101110 110011

Color Harmonies of #4966BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4966BC

Black with #4966BC

Text Example


Text Example

White with #4966BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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