Html Css Color HEX #4A5EBC Free Speech Blue

📋 copy color: '#4A5EBC'

red 74 ◦ green 94 ◦ blue 188

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

Shades of Free Speech Blue #4A5EBC

Tints of Free Speech Blue #4A5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 20.79%
G = 26.4%
B = 52.81%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A5EBC (or 0x4A5EBC) is known color: Free Speech Blue. HEX triplet: 4A, 5E and BC. RGB value is (74,94,188). Sum of RGB (Red+Green+Blue) = 74+94+188=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5EBC is #B5A143. Grayscale: #626262. Windows color (decimal): -11903300 or 12344906. OLE color: 12344906.

HSL color Cylindrical-coordinate representation of color #4A5EBC: hue angle of 229.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A5EBC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 94 188 -
CMYK 0.61 0.50 0 0.26
HSL 229.47º 0.46% 0.51% -
HSV(B) 229.47º 0.61% 0.74% -
XYZ 15.9 13.09 49.27 -
YUV 98.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 74 94 188 0.61 0.50 0 0.26 229.47 0.46 0.51
Hex 4A 5E BC 3D 32 0 1A E5 2E 33
Octal 112 136 274 75 62 0 32 345 56 63
Binary 1001010 1011110 10111100 111101 110010 0 11010 11100101 101110 110011

Color Harmonies of #4A5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5EBC

Black with #4A5EBC

Text Example


Text Example

White with #4A5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,94,188); }

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

background-color css

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

 a { background-color: rgb(74,94,188); }

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

border-color css

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

 span { border-color: rgb(74,94,188); }

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