Html Css Color HEX #494ABA Free Speech Blue

📋 copy color: '#494ABA'

red 73 ◦ green 74 ◦ blue 186

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

Shades of Free Speech Blue #494ABA

Tints of Free Speech Blue #494ABA

RGB

 RED value IS 73 (28.91% from 255) = 21.92%

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 21.92%
G = 22.22%
B = 55.86%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#494ABA (or 0x494ABA) is known color: Free Speech Blue. HEX triplet: 49, 4A and BA. RGB value is (73,74,186). Sum of RGB (Red+Green+Blue) = 73+74+186=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #494ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ABA is #B6B545. Grayscale: #565656. Windows color (decimal): -11973958 or 12208713. OLE color: 12208713.

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

Color convert

RGB 73 74 186 -
CMYK 0.61 0.60 0 0.27
HSL 239.47º 0.45% 0.51% -
HSV(B) 239.47º 0.61% 0.73% -
XYZ 14.06 9.86 47.62 -
YUV 86.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 73 74 186 0.61 0.60 0 0.27 239.47 0.45 0.51
Hex 49 4A BA 3D 3C 0 1B EF 2D 33
Octal 111 112 272 75 74 0 33 357 55 63
Binary 1001001 1001010 10111010 111101 111100 0 11011 11101111 101101 110011

Color Harmonies of #494ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ABA

Black with #494ABA

Text Example


Text Example

White with #494ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494ABA; }

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

 H1.HeaderClassName
 {
   color: #494ABA;
 }
 .AnyTagClassName
 {
   color: #494ABA;
 }
</style>

background-color css

<style>
 a { background-color: #494ABA; }

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

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

border-color css

<style>
 span { border-color: #494ABA; }

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

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