Html Css Color HEX #4A5ECE Free Speech Blue

📋 copy color: '#4A5ECE'

red 74 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Blue #4A5ECE

Tints of Free Speech Blue #4A5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 19.79%
G = 25.13%
B = 55.08%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A5ECE (or 0x4A5ECE) is known color: Free Speech Blue. HEX triplet: 4A, 5E and CE. RGB value is (74,94,206). Sum of RGB (Red+Green+Blue) = 74+94+206=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ECE is #B5A131. Grayscale: #646464. Windows color (decimal): -11903282 or 13524554. OLE color: 13524554.

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

Color convert

RGB 74 94 206 -
CMYK 0.64 0.54 0 0.19
HSL 230.91º 0.57% 0.55% -
HSV(B) 230.91º 0.64% 0.81% -
XYZ 17.97 13.92 60.13 -
YUV 100.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 74 94 206 0.64 0.54 0 0.19 230.91 0.57 0.55
Hex 4A 5E CE 40 36 0 13 E7 39 37
Octal 112 136 316 100 66 0 23 347 71 67
Binary 1001010 1011110 11001110 1000000 110110 0 10011 11100111 111001 110111

Color Harmonies of #4A5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5ECE

Black with #4A5ECE

Text Example


Text Example

White with #4A5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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