Html Css Color HEX #4A5EBB Free Speech Blue

📋 copy color: '#4A5EBB'

red 74 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Blue #4A5EBB

Tints of Free Speech Blue #4A5EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 20.85%
G = 26.48%
B = 52.68%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A5EBB (or 0x4A5EBB) is known color: Free Speech Blue. HEX triplet: 4A, 5E and BB. RGB value is (74,94,187). Sum of RGB (Red+Green+Blue) = 74+94+187=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5EBB is #B5A144. Grayscale: #626262. Windows color (decimal): -11903301 or 12279370. OLE color: 12279370.

HSL color Cylindrical-coordinate representation of color #4A5EBB: hue angle of 229.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5EBB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 94 187 -
CMYK 0.60 0.50 0 0.27
HSL 229.38º 0.45% 0.51% -
HSV(B) 229.38º 0.6% 0.73% -
XYZ 15.8 13.05 48.7 -
YUV 98.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 74 94 187 0.60 0.50 0 0.27 229.38 0.45 0.51
Hex 4A 5E BB 3C 32 0 1B E5 2D 33
Octal 112 136 273 74 62 0 33 345 55 63
Binary 1001010 1011110 10111011 111100 110010 0 11011 11100101 101101 110011

Color Harmonies of #4A5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5EBB

Black with #4A5EBB

Text Example


Text Example

White with #4A5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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