Html Css Color HEX #4D46CC Free Speech Blue

📋 copy color: '#4D46CC'

red 77 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Blue #4D46CC

Tints of Free Speech Blue #4D46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 21.94%
G = 19.94%
B = 58.12%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D46CC (or 0x4D46CC) is known color: Free Speech Blue. HEX triplet: 4D, 46 and CC. RGB value is (77,70,204). Sum of RGB (Red+Green+Blue) = 77+70+204=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46CC is #B2B933. Grayscale: #565656. Windows color (decimal): -11712820 or 13387341. OLE color: 13387341.

HSL color Cylindrical-coordinate representation of color #4D46CC: hue angle of 243.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D46CC is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 70 204 -
CMYK 0.62 0.66 0 0.2
HSL 243.13º 0.57% 0.54% -
HSV(B) 243.13º 0.66% 0.8% -
XYZ 16.15 10.32 58.27 -
YUV 87.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 77 70 204 0.62 0.66 0 0.2 243.13 0.57 0.54
Hex 4D 46 CC 3E 42 0 14 F3 39 36
Octal 115 106 314 76 102 0 24 363 71 66
Binary 1001101 1000110 11001100 111110 1000010 0 10100 11110011 111001 110110

Color Harmonies of #4D46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46CC

Black with #4D46CC

Text Example


Text Example

White with #4D46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,204); }

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

background-color css

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

 a { background-color: rgb(77,70,204); }

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

border-color css

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

 span { border-color: rgb(77,70,204); }

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