Html Css Color HEX #4D48BC Free Speech Blue

📋 copy color: '#4D48BC'

red 77 ◦ green 72 ◦ blue 188

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

Shades of Free Speech Blue #4D48BC

Tints of Free Speech Blue #4D48BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

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

R = 22.85%
G = 21.36%
B = 55.79%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D48BC (or 0x4D48BC) is known color: Free Speech Blue. HEX triplet: 4D, 48 and BC. RGB value is (77,72,188). Sum of RGB (Red+Green+Blue) = 77+72+188=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D48BC is #B2B743. Grayscale: #565656. Windows color (decimal): -11712324 or 12339277. OLE color: 12339277.

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

Color convert

RGB 77 72 188 -
CMYK 0.59 0.62 0 0.26
HSL 242.59º 0.46% 0.51% -
HSV(B) 242.59º 0.62% 0.74% -
XYZ 14.46 9.84 48.72 -
YUV 86.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 77 72 188 0.59 0.62 0 0.26 242.59 0.46 0.51
Hex 4D 48 BC 3B 3E 0 1A F3 2E 33
Octal 115 110 274 73 76 0 32 363 56 63
Binary 1001101 1001000 10111100 111011 111110 0 11010 11110011 101110 110011

Color Harmonies of #4D48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D48BC

Black with #4D48BC

Text Example


Text Example

White with #4D48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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