Html Css Color HEX #4A4FBA Free Speech Blue

📋 copy color: '#4A4FBA'

red 74 ◦ green 79 ◦ blue 186

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

Shades of Free Speech Blue #4A4FBA

Tints of Free Speech Blue #4A4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 21.83%
G = 23.3%
B = 54.87%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A4FBA (or 0x4A4FBA) is known color: Free Speech Blue. HEX triplet: 4A, 4F and BA. RGB value is (74,79,186). Sum of RGB (Red+Green+Blue) = 74+79+186=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FBA is #B5B045. Grayscale: #595959. Windows color (decimal): -11907142 or 12209994. OLE color: 12209994.

HSL color Cylindrical-coordinate representation of color #4A4FBA: hue angle of 237.32º 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 #4A4FBA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 79 186 -
CMYK 0.60 0.58 0 0.27
HSL 237.32º 0.45% 0.51% -
HSV(B) 237.32º 0.6% 0.73% -
XYZ 14.48 10.59 47.74 -
YUV 89.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 74 79 186 0.60 0.58 0 0.27 237.32 0.45 0.51
Hex 4A 4F BA 3C 3A 0 1B ED 2D 33
Octal 112 117 272 74 72 0 33 355 55 63
Binary 1001010 1001111 10111010 111100 111010 0 11011 11101101 101101 110011

Color Harmonies of #4A4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4FBA

Black with #4A4FBA

Text Example


Text Example

White with #4A4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,79,186); }

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

background-color css

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

 a { background-color: rgb(74,79,186); }

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

border-color css

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

 span { border-color: rgb(74,79,186); }

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