Html Css Color HEX #4968BC Free Speech Blue

📋 copy color: '#4968BC'

red 73 ◦ green 104 ◦ blue 188

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

Shades of Free Speech Blue #4968BC

Tints of Free Speech Blue #4968BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 20%
G = 28.49%
B = 51.51%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4968BC (or 0x4968BC) is known color: Free Speech Blue. HEX triplet: 49, 68 and BC. RGB value is (73,104,188). Sum of RGB (Red+Green+Blue) = 73+104+188=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #4968BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968BC is #B69743. Grayscale: #676767. Windows color (decimal): -11966276 or 12347465. OLE color: 12347465.

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

Color convert

RGB 73 104 188 -
CMYK 0.61 0.45 0 0.26
HSL 223.83º 0.46% 0.51% -
HSV(B) 223.83º 0.61% 0.74% -
XYZ 16.78 14.95 49.58 -
YUV 104.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 73 104 188 0.61 0.45 0 0.26 223.83 0.46 0.51
Hex 49 68 BC 3D 2D 0 1A E0 2E 33
Octal 111 150 274 75 55 0 32 340 56 63
Binary 1001001 1101000 10111100 111101 101101 0 11010 11100000 101110 110011

Color Harmonies of #4968BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968BC

Black with #4968BC

Text Example


Text Example

White with #4968BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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