Html Css Color HEX #4A51D3 Free Speech Blue

📋 copy color: '#4A51D3'

red 74 ◦ green 81 ◦ blue 211

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

Shades of Free Speech Blue #4A51D3

Tints of Free Speech Blue #4A51D3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 211 (82.81% from 255) = 57.65%

R = 20.22%
G = 22.13%
B = 57.65%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4A51D3 (or 0x4A51D3) is known color: Free Speech Blue. HEX triplet: 4A, 51 and D3. RGB value is (74,81,211). Sum of RGB (Red+Green+Blue) = 74+81+211=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 211 (82.81% from 255 or 57.65% from 366); Max value from RGB is 211 - color contains mainly: blue. Hex color #4A51D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A51D3 is #B5AE2C. Grayscale: #5D5D5D. Windows color (decimal): -11906605 or 13848906. OLE color: 13848906.

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

Color convert

RGB 74 81 211 -
CMYK 0.65 0.62 0 0.17
HSL 236.93º 0.61% 0.56% -
HSV(B) 236.93º 0.65% 0.83% -
XYZ 17.52 12.04 63.03 -
YUV 93.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 74 81 211 0.65 0.62 0 0.17 236.93 0.61 0.56
Hex 4A 51 D3 41 3E 0 11 ED 3D 38
Octal 112 121 323 101 76 0 21 355 75 70
Binary 1001010 1010001 11010011 1000001 111110 0 10001 11101101 111101 111000

Color Harmonies of #4A51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A51D3

Black with #4A51D3

Text Example


Text Example

White with #4A51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,81,211); }

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

background-color css

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

 a { background-color: rgb(74,81,211); }

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

border-color css

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

 span { border-color: rgb(74,81,211); }

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