Html Css Color HEX #4A51DD Free Speech Blue

📋 copy color: '#4A51DD'

red 74 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Blue #4A51DD

Tints of Free Speech Blue #4A51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 19.68%
G = 21.54%
B = 58.78%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A51DD (or 0x4A51DD) is known color: Free Speech Blue. HEX triplet: 4A, 51 and DD. RGB value is (74,81,221). Sum of RGB (Red+Green+Blue) = 74+81+221=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A51DD is #B5AE22. Grayscale: #5E5E5E. Windows color (decimal): -11906595 or 14504266. OLE color: 14504266.

HSL color Cylindrical-coordinate representation of color #4A51DD: hue angle of 237.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A51DD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 81 221 -
CMYK 0.67 0.63 0 0.13
HSL 237.14º 0.68% 0.58% -
HSV(B) 237.14º 0.67% 0.87% -
XYZ 18.82 12.56 69.84 -
YUV 94.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 74 81 221 0.67 0.63 0 0.13 237.14 0.68 0.58
Hex 4A 51 DD 43 3F 0 D ED 44 3A
Octal 112 121 335 103 77 0 15 355 104 72
Binary 1001010 1010001 11011101 1000011 111111 0 1101 11101101 1000100 111010

Color Harmonies of #4A51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A51DD

Black with #4A51DD

Text Example


Text Example

White with #4A51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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