Html Css Color HEX #4D68B9 Free Speech Blue

📋 copy color: '#4D68B9'

red 77 ◦ green 104 ◦ blue 185

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

Shades of Free Speech Blue #4D68B9

Tints of Free Speech Blue #4D68B9

RGB

 RED value IS 77 (30.47% from 255) = 21.04%

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

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 21.04%
G = 28.42%
B = 50.55%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D68B9 (or 0x4D68B9) is known color: Free Speech Blue. HEX triplet: 4D, 68 and B9. RGB value is (77,104,185). Sum of RGB (Red+Green+Blue) = 77+104+185=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D68B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68B9 is #B29746. Grayscale: #686868. Windows color (decimal): -11704135 or 12150861. OLE color: 12150861.

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

Color convert

RGB 77 104 185 -
CMYK 0.58 0.44 0 0.27
HSL 225º 0.44% 0.51% -
HSV(B) 225º 0.58% 0.73% -
XYZ 16.77 14.98 47.91 -
YUV 105.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 77 104 185 0.58 0.44 0 0.27 225 0.44 0.51
Hex 4D 68 B9 3A 2C 0 1B E1 2C 33
Octal 115 150 271 72 54 0 33 341 54 63
Binary 1001101 1101000 10111001 111010 101100 0 11011 11100001 101100 110011

Color Harmonies of #4D68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68B9

Black with #4D68B9

Text Example


Text Example

White with #4D68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D68B9; }

 p { color: rgb(77,104,185); }

 H1.HeaderClassName
 {
   color: #4D68B9;
 }
 .AnyTagClassName
 {
   color: #4D68B9;
 }
</style>

background-color css

<style>
 a { background-color: #4D68B9; }

 a { background-color: rgb(77,104,185); }

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

border-color css

<style>
 span { border-color: #4D68B9; }

 span { border-color: rgb(77,104,185); }

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