Html Css Color HEX #4A57DA Free Speech Blue

📋 copy color: '#4A57DA'

red 74 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Blue #4A57DA

Tints of Free Speech Blue #4A57DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 19.53%
G = 22.96%
B = 57.52%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A57DA (or 0x4A57DA) is known color: Free Speech Blue. HEX triplet: 4A, 57 and DA. RGB value is (74,87,218). Sum of RGB (Red+Green+Blue) = 74+87+218=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A57DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A57DA is #B5A825. Grayscale: #616161. Windows color (decimal): -11905062 or 14309194. OLE color: 14309194.

HSL color Cylindrical-coordinate representation of color #4A57DA: hue angle of 234.58º 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 #4A57DA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 87 218 -
CMYK 0.66 0.60 0 0.15
HSL 234.58º 0.66% 0.57% -
HSV(B) 234.58º 0.66% 0.85% -
XYZ 18.89 13.33 67.91 -
YUV 98.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 74 87 218 0.66 0.60 0 0.15 234.58 0.66 0.57
Hex 4A 57 DA 42 3C 0 F EB 42 39
Octal 112 127 332 102 74 0 17 353 102 71
Binary 1001010 1010111 11011010 1000010 111100 0 1111 11101011 1000010 111001

Color Harmonies of #4A57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A57DA

Black with #4A57DA

Text Example


Text Example

White with #4A57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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