Html Css Color HEX #4D58BC Free Speech Blue

📋 copy color: '#4D58BC'

red 77 ◦ green 88 ◦ blue 188

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

Shades of Free Speech Blue #4D58BC

Tints of Free Speech Blue #4D58BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 21.81%
G = 24.93%
B = 53.26%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D58BC (or 0x4D58BC) is known color: Free Speech Blue. HEX triplet: 4D, 58 and BC. RGB value is (77,88,188). Sum of RGB (Red+Green+Blue) = 77+88+188=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D58BC is #B2A743. Grayscale: #5F5F5F. Windows color (decimal): -11708228 or 12343373. OLE color: 12343373.

HSL color Cylindrical-coordinate representation of color #4D58BC: hue angle of 234.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D58BC is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 88 188 -
CMYK 0.59 0.53 0 0.26
HSL 234.05º 0.45% 0.52% -
HSV(B) 234.05º 0.59% 0.74% -
XYZ 15.63 12.19 49.11 -
YUV 96.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 77 88 188 0.59 0.53 0 0.26 234.05 0.45 0.52
Hex 4D 58 BC 3B 35 0 1A EA 2D 34
Octal 115 130 274 73 65 0 32 352 55 64
Binary 1001101 1011000 10111100 111011 110101 0 11010 11101010 101101 110100

Color Harmonies of #4D58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D58BC

Black with #4D58BC

Text Example


Text Example

White with #4D58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,188); }

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

background-color css

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

 a { background-color: rgb(77,88,188); }

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

border-color css

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

 span { border-color: rgb(77,88,188); }

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