Html Css Color HEX #4A57CA Free Speech Blue

📋 copy color: '#4A57CA'

red 74 ◦ green 87 ◦ blue 202

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

Shades of Free Speech Blue #4A57CA

Tints of Free Speech Blue #4A57CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.65%

R = 20.39%
G = 23.97%
B = 55.65%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4A57CA (or 0x4A57CA) is known color: Free Speech Blue. HEX triplet: 4A, 57 and CA. RGB value is (74,87,202). Sum of RGB (Red+Green+Blue) = 74+87+202=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A57CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A57CA is #B5A835. Grayscale: #5F5F5F. Windows color (decimal): -11905078 or 13260618. OLE color: 13260618.

HSL color Cylindrical-coordinate representation of color #4A57CA: hue angle of 233.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A57CA is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 87 202 -
CMYK 0.63 0.57 0 0.21
HSL 233.91º 0.55% 0.54% -
HSV(B) 233.91º 0.63% 0.79% -
XYZ 16.89 12.54 57.41 -
YUV 96.22 187.69 112.15 -
System Red Green Blue C M Y K H S L
Decimal 74 87 202 0.63 0.57 0 0.21 233.91 0.55 0.54
Hex 4A 57 CA 3F 39 0 15 EA 37 36
Octal 112 127 312 77 71 0 25 352 67 66
Binary 1001010 1010111 11001010 111111 111001 0 10101 11101010 110111 110110

Color Harmonies of #4A57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A57CA

Black with #4A57CA

Text Example


Text Example

White with #4A57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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