Html Css Color HEX #4A4FDA Free Speech Blue

📋 copy color: '#4A4FDA'

red 74 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #4A4FDA

Tints of Free Speech Blue #4A4FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

 BLUE value IS 218 (85.55% from 255) = 58.76%

R = 19.95%
G = 21.29%
B = 58.76%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A4FDA (or 0x4A4FDA) is known color: Free Speech Blue. HEX triplet: 4A, 4F and DA. RGB value is (74,79,218). Sum of RGB (Red+Green+Blue) = 74+79+218=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A4FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FDA is #B5B025. Grayscale: #5C5C5C. Windows color (decimal): -11907110 or 14307146. OLE color: 14307146.

HSL color Cylindrical-coordinate representation of color #4A4FDA: hue angle of 237.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A4FDA is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 79 218 -
CMYK 0.66 0.64 0 0.15
HSL 237.92º 0.66% 0.57% -
HSV(B) 237.92º 0.66% 0.85% -
XYZ 18.27 12.11 67.7 -
YUV 93.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 74 79 218 0.66 0.64 0 0.15 237.92 0.66 0.57
Hex 4A 4F DA 42 40 0 F EE 42 39
Octal 112 117 332 102 100 0 17 356 102 71
Binary 1001010 1001111 11011010 1000010 1000000 0 1111 11101110 1000010 111001

Color Harmonies of #4A4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4FDA

Black with #4A4FDA

Text Example


Text Example

White with #4A4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,79,218); }

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

background-color css

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

 a { background-color: rgb(74,79,218); }

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

border-color css

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

 span { border-color: rgb(74,79,218); }

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