Html Css Color HEX #4D5DBE Free Speech Blue

📋 copy color: '#4D5DBE'

red 77 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #4D5DBE

Tints of Free Speech Blue #4D5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 21.39%
G = 25.83%
B = 52.78%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D5DBE (or 0x4D5DBE) is known color: Free Speech Blue. HEX triplet: 4D, 5D and BE. RGB value is (77,93,190). Sum of RGB (Red+Green+Blue) = 77+93+190=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DBE is #B2A241. Grayscale: #626262. Windows color (decimal): -11706946 or 12475725. OLE color: 12475725.

HSL color Cylindrical-coordinate representation of color #4D5DBE: hue angle of 231.5º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D5DBE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 93 190 -
CMYK 0.59 0.51 0 0.25
HSL 231.5º 0.47% 0.52% -
HSV(B) 231.5º 0.59% 0.75% -
XYZ 16.27 13.12 50.39 -
YUV 99.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 77 93 190 0.59 0.51 0 0.25 231.5 0.47 0.52
Hex 4D 5D BE 3B 33 0 19 E8 2F 34
Octal 115 135 276 73 63 0 31 350 57 64
Binary 1001101 1011101 10111110 111011 110011 0 11001 11101000 101111 110100

Color Harmonies of #4D5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5DBE

Black with #4D5DBE

Text Example


Text Example

White with #4D5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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