Html Css Color HEX #4A4DC1 Free Speech Blue

📋 copy color: '#4A4DC1'

red 74 ◦ green 77 ◦ blue 193

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

Shades of Free Speech Blue #4A4DC1

Tints of Free Speech Blue #4A4DC1

RGB

 RED value IS 74 (29.3% from 255) = 21.51%

 GREEN value IS 77 (30.47% from 255) = 22.38%

 BLUE value IS 193 (75.78% from 255) = 56.1%

R = 21.51%
G = 22.38%
B = 56.1%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4A4DC1 (or 0x4A4DC1) is known color: Free Speech Blue. HEX triplet: 4A, 4D and C1. RGB value is (74,77,193). Sum of RGB (Red+Green+Blue) = 74+77+193=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #4A4DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DC1 is #B5B23E. Grayscale: #585858. Windows color (decimal): -11907647 or 12668234. OLE color: 12668234.

HSL color Cylindrical-coordinate representation of color #4A4DC1: hue angle of 238.49º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A4DC1 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 77 193 -
CMYK 0.62 0.60 0 0.24
HSL 238.49º 0.49% 0.52% -
HSV(B) 238.49º 0.62% 0.76% -
XYZ 15.1 10.61 51.7 -
YUV 89.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 74 77 193 0.62 0.60 0 0.24 238.49 0.49 0.52
Hex 4A 4D C1 3E 3C 0 18 EE 31 34
Octal 112 115 301 76 74 0 30 356 61 64
Binary 1001010 1001101 11000001 111110 111100 0 11000 11101110 110001 110100

Color Harmonies of #4A4DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4DC1

Black with #4A4DC1

Text Example


Text Example

White with #4A4DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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