Html Css Color HEX #494CBA Free Speech Blue

📋 copy color: '#494CBA'

red 73 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #494CBA

Tints of Free Speech Blue #494CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 21.79%
G = 22.69%
B = 55.52%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#494CBA (or 0x494CBA) is known color: Free Speech Blue. HEX triplet: 49, 4C and BA. RGB value is (73,76,186). Sum of RGB (Red+Green+Blue) = 73+76+186=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #494CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CBA is #B6B345. Grayscale: #575757. Windows color (decimal): -11973446 or 12209225. OLE color: 12209225.

HSL color Cylindrical-coordinate representation of color #494CBA: hue angle of 238.41º 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 #494CBA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 76 186 -
CMYK 0.61 0.59 0 0.27
HSL 238.41º 0.45% 0.51% -
HSV(B) 238.41º 0.61% 0.73% -
XYZ 14.2 10.13 47.66 -
YUV 87.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 73 76 186 0.61 0.59 0 0.27 238.41 0.45 0.51
Hex 49 4C BA 3D 3B 0 1B EE 2D 33
Octal 111 114 272 75 73 0 33 356 55 63
Binary 1001001 1001100 10111010 111101 111011 0 11011 11101110 101101 110011

Color Harmonies of #494CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CBA

Black with #494CBA

Text Example


Text Example

White with #494CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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