Html Css Color HEX #4D68BF Free Speech Blue

📋 copy color: '#4D68BF'

red 77 ◦ green 104 ◦ blue 191

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

Shades of Free Speech Blue #4D68BF

Tints of Free Speech Blue #4D68BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 20.7%
G = 27.96%
B = 51.34%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D68BF (or 0x4D68BF) is known color: Free Speech Blue. HEX triplet: 4D, 68 and BF. RGB value is (77,104,191). Sum of RGB (Red+Green+Blue) = 77+104+191=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D68BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68BF is #B29740. Grayscale: #696969. Windows color (decimal): -11704129 or 12544077. OLE color: 12544077.

HSL color Cylindrical-coordinate representation of color #4D68BF: hue angle of 225.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D68BF is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 104 191 -
CMYK 0.60 0.46 0 0.25
HSL 225.79º 0.47% 0.53% -
HSV(B) 225.79º 0.6% 0.75% -
XYZ 17.41 15.24 51.31 -
YUV 105.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 77 104 191 0.60 0.46 0 0.25 225.79 0.47 0.53
Hex 4D 68 BF 3C 2E 0 19 E2 2F 35
Octal 115 150 277 74 56 0 31 342 57 65
Binary 1001101 1101000 10111111 111100 101110 0 11001 11100010 101111 110101

Color Harmonies of #4D68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D68BF

Black with #4D68BF

Text Example


Text Example

White with #4D68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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