Html Css Color HEX #4A56D5 Free Speech Blue

📋 copy color: '#4A56D5'

red 74 ◦ green 86 ◦ blue 213

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

Shades of Free Speech Blue #4A56D5

Tints of Free Speech Blue #4A56D5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.06%

 BLUE value IS 213 (83.59% from 255) = 57.1%

R = 19.84%
G = 23.06%
B = 57.1%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4A56D5 (or 0x4A56D5) is known color: Free Speech Blue. HEX triplet: 4A, 56 and D5. RGB value is (74,86,213). Sum of RGB (Red+Green+Blue) = 74+86+213=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #4A56D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A56D5 is #B5A92A. Grayscale: #606060. Windows color (decimal): -11905323 or 13981258. OLE color: 13981258.

HSL color Cylindrical-coordinate representation of color #4A56D5: hue angle of 234.82º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A56D5 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 86 213 -
CMYK 0.65 0.60 0 0.16
HSL 234.82º 0.62% 0.56% -
HSV(B) 234.82º 0.65% 0.84% -
XYZ 18.16 12.92 64.49 -
YUV 96.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 74 86 213 0.65 0.60 0 0.16 234.82 0.62 0.56
Hex 4A 56 D5 41 3C 0 10 EB 3E 38
Octal 112 126 325 101 74 0 20 353 76 70
Binary 1001010 1010110 11010101 1000001 111100 0 10000 11101011 111110 111000

Color Harmonies of #4A56D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A56D5

Black with #4A56D5

Text Example


Text Example

White with #4A56D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,213); }

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

background-color css

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

 a { background-color: rgb(74,86,213); }

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

border-color css

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

 span { border-color: rgb(74,86,213); }

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