Html Css Color HEX #4A5EBF Free Speech Blue

📋 copy color: '#4A5EBF'

red 74 ◦ green 94 ◦ blue 191

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

Shades of Free Speech Blue #4A5EBF

Tints of Free Speech Blue #4A5EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.2%

R = 20.61%
G = 26.18%
B = 53.2%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A5EBF (or 0x4A5EBF) is known color: Free Speech Blue. HEX triplet: 4A, 5E and BF. RGB value is (74,94,191). Sum of RGB (Red+Green+Blue) = 74+94+191=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5EBF is #B5A140. Grayscale: #626262. Windows color (decimal): -11903297 or 12541514. OLE color: 12541514.

HSL color Cylindrical-coordinate representation of color #4A5EBF: hue angle of 229.74º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A5EBF is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 94 191 -
CMYK 0.61 0.51 0 0.25
HSL 229.74º 0.48% 0.52% -
HSV(B) 229.74º 0.61% 0.75% -
XYZ 16.23 13.22 50.99 -
YUV 99.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 74 94 191 0.61 0.51 0 0.25 229.74 0.48 0.52
Hex 4A 5E BF 3D 33 0 19 E6 30 34
Octal 112 136 277 75 63 0 31 346 60 64
Binary 1001010 1011110 10111111 111101 110011 0 11001 11100110 110000 110100

Color Harmonies of #4A5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5EBF

Black with #4A5EBF

Text Example


Text Example

White with #4A5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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