Html Css Color HEX #4D4ABC Free Speech Blue

📋 copy color: '#4D4ABC'

red 77 ◦ green 74 ◦ blue 188

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

Shades of Free Speech Blue #4D4ABC

Tints of Free Speech Blue #4D4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

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

R = 22.71%
G = 21.83%
B = 55.46%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D4ABC (or 0x4D4ABC) is known color: Free Speech Blue. HEX triplet: 4D, 4A and BC. RGB value is (77,74,188). Sum of RGB (Red+Green+Blue) = 77+74+188=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ABC is #B2B543. Grayscale: #575757. Windows color (decimal): -11711812 or 12339789. OLE color: 12339789.

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

Color convert

RGB 77 74 188 -
CMYK 0.59 0.61 0 0.26
HSL 241.58º 0.46% 0.51% -
HSV(B) 241.58º 0.61% 0.74% -
XYZ 14.59 10.11 48.76 -
YUV 87.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 77 74 188 0.59 0.61 0 0.26 241.58 0.46 0.51
Hex 4D 4A BC 3B 3D 0 1A F2 2E 33
Octal 115 112 274 73 75 0 32 362 56 63
Binary 1001101 1001010 10111100 111011 111101 0 11010 11110010 101110 110011

Color Harmonies of #4D4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4ABC

Black with #4D4ABC

Text Example


Text Example

White with #4D4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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