Html Css Color HEX #4968BB Free Speech Blue

📋 copy color: '#4968BB'

red 73 ◦ green 104 ◦ blue 187

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

Shades of Free Speech Blue #4968BB

Tints of Free Speech Blue #4968BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 20.05%
G = 28.57%
B = 51.37%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4968BB (or 0x4968BB) is known color: Free Speech Blue. HEX triplet: 49, 68 and BB. RGB value is (73,104,187). Sum of RGB (Red+Green+Blue) = 73+104+187=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #4968BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4968BB is #B69744. Grayscale: #676767. Windows color (decimal): -11966277 or 12281929. OLE color: 12281929.

HSL color Cylindrical-coordinate representation of color #4968BB: hue angle of 223.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4968BB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 104 187 -
CMYK 0.61 0.44 0 0.27
HSL 223.68º 0.46% 0.51% -
HSV(B) 223.68º 0.61% 0.73% -
XYZ 16.67 14.9 49.01 -
YUV 104.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 73 104 187 0.61 0.44 0 0.27 223.68 0.46 0.51
Hex 49 68 BB 3D 2C 0 1B E0 2E 33
Octal 111 150 273 75 54 0 33 340 56 63
Binary 1001001 1101000 10111011 111101 101100 0 11011 11100000 101110 110011

Color Harmonies of #4968BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968BB

Black with #4968BB

Text Example


Text Example

White with #4968BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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