Html Css Color HEX #4A51DE Free Speech Blue

📋 copy color: '#4A51DE'

red 74 ◦ green 81 ◦ blue 222

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

Shades of Free Speech Blue #4A51DE

Tints of Free Speech Blue #4A51DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 19.63%
G = 21.49%
B = 58.89%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A51DE (or 0x4A51DE) is known color: Free Speech Blue. HEX triplet: 4A, 51 and DE. RGB value is (74,81,222). Sum of RGB (Red+Green+Blue) = 74+81+222=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A51DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A51DE is #B5AE21. Grayscale: #5E5E5E. Windows color (decimal): -11906594 or 14569802. OLE color: 14569802.

HSL color Cylindrical-coordinate representation of color #4A51DE: hue angle of 237.16º degrees, saturation: 0.69, 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 #4A51DE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 81 222 -
CMYK 0.67 0.64 0 0.13
HSL 237.16º 0.69% 0.58% -
HSV(B) 237.16º 0.67% 0.87% -
XYZ 18.95 12.61 70.54 -
YUV 94.98 199.68 113.04 -
System Red Green Blue C M Y K H S L
Decimal 74 81 222 0.67 0.64 0 0.13 237.16 0.69 0.58
Hex 4A 51 DE 43 40 0 D ED 45 3A
Octal 112 121 336 103 100 0 15 355 105 72
Binary 1001010 1010001 11011110 1000011 1000000 0 1101 11101101 1000101 111010

Color Harmonies of #4A51DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A51DE

Black with #4A51DE

Text Example


Text Example

White with #4A51DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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