Html Css Color HEX #4D5DBF Free Speech Blue

📋 copy color: '#4D5DBF'

red 77 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Blue #4D5DBF

Tints of Free Speech Blue #4D5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 21.33%
G = 25.76%
B = 52.91%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D5DBF (or 0x4D5DBF) is known color: Free Speech Blue. HEX triplet: 4D, 5D and BF. RGB value is (77,93,191). Sum of RGB (Red+Green+Blue) = 77+93+191=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DBF is #B2A240. Grayscale: #626262. Windows color (decimal): -11706945 or 12541261. OLE color: 12541261.

HSL color Cylindrical-coordinate representation of color #4D5DBF: hue angle of 231.58º 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 #4D5DBF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 93 191 -
CMYK 0.60 0.51 0 0.25
HSL 231.58º 0.47% 0.53% -
HSV(B) 231.58º 0.6% 0.75% -
XYZ 16.38 13.17 50.97 -
YUV 99.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 77 93 191 0.60 0.51 0 0.25 231.58 0.47 0.53
Hex 4D 5D BF 3C 33 0 19 E8 2F 35
Octal 115 135 277 74 63 0 31 350 57 65
Binary 1001101 1011101 10111111 111100 110011 0 11001 11101000 101111 110101

Color Harmonies of #4D5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5DBF

Black with #4D5DBF

Text Example


Text Example

White with #4D5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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