Html Css Color HEX #4D4BCE Free Speech Blue

📋 copy color: '#4D4BCE'

red 77 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #4D4BCE

Tints of Free Speech Blue #4D4BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.95%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 21.51%
G = 20.95%
B = 57.54%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D4BCE (or 0x4D4BCE) is known color: Free Speech Blue. HEX triplet: 4D, 4B and CE. RGB value is (77,75,206). Sum of RGB (Red+Green+Blue) = 77+75+206=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D4BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BCE is #B2B431. Grayscale: #5A5A5A. Windows color (decimal): -11711538 or 13519693. OLE color: 13519693.

HSL color Cylindrical-coordinate representation of color #4D4BCE: hue angle of 240.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D4BCE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 75 206 -
CMYK 0.63 0.64 0 0.19
HSL 240.92º 0.57% 0.55% -
HSV(B) 240.92º 0.64% 0.81% -
XYZ 16.72 11.07 59.65 -
YUV 90.53 193.16 118.35 -
System Red Green Blue C M Y K H S L
Decimal 77 75 206 0.63 0.64 0 0.19 240.92 0.57 0.55
Hex 4D 4B CE 3F 40 0 13 F1 39 37
Octal 115 113 316 77 100 0 23 361 71 67
Binary 1001101 1001011 11001110 111111 1000000 0 10011 11110001 111001 110111

Color Harmonies of #4D4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4BCE

Black with #4D4BCE

Text Example


Text Example

White with #4D4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,206); }

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

background-color css

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

 a { background-color: rgb(77,75,206); }

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

border-color css

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

 span { border-color: rgb(77,75,206); }

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