Html Css Color HEX #4A6ABE Free Speech Blue

📋 copy color: '#4A6ABE'

red 74 ◦ green 106 ◦ blue 190

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

Shades of Free Speech Blue #4A6ABE

Tints of Free Speech Blue #4A6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 20%
G = 28.65%
B = 51.35%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A6ABE (or 0x4A6ABE) is known color: Free Speech Blue. HEX triplet: 4A, 6A and BE. RGB value is (74,106,190). Sum of RGB (Red+Green+Blue) = 74+106+190=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ABE is #B59541. Grayscale: #696969. Windows color (decimal): -11900226 or 12479050. OLE color: 12479050.

HSL color Cylindrical-coordinate representation of color #4A6ABE: hue angle of 223.45º degrees, saturation: 0.47, 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 #4A6ABE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 106 190 -
CMYK 0.61 0.44 0 0.25
HSL 223.45º 0.47% 0.52% -
HSV(B) 223.45º 0.61% 0.75% -
XYZ 17.27 15.48 50.79 -
YUV 106.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 74 106 190 0.61 0.44 0 0.25 223.45 0.47 0.52
Hex 4A 6A BE 3D 2C 0 19 DF 2F 34
Octal 112 152 276 75 54 0 31 337 57 64
Binary 1001010 1101010 10111110 111101 101100 0 11001 11011111 101111 110100

Color Harmonies of #4A6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6ABE

Black with #4A6ABE

Text Example


Text Example

White with #4A6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,106,190); }

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

background-color css

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

 a { background-color: rgb(74,106,190); }

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

border-color css

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

 span { border-color: rgb(74,106,190); }

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