Html Css Color HEX #494BBA Free Speech Blue

📋 copy color: '#494BBA'

red 73 ◦ green 75 ◦ blue 186

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

Shades of Free Speech Blue #494BBA

Tints of Free Speech Blue #494BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

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

R = 21.86%
G = 22.46%
B = 55.69%

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

#494BBA (or 0x494BBA) is known color: Free Speech Blue. HEX triplet: 49, 4B and BA. RGB value is (73,75,186). Sum of RGB (Red+Green+Blue) = 73+75+186=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #494BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BBA is #B6B445. Grayscale: #565656. Windows color (decimal): -11973702 or 12208969. OLE color: 12208969.

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

Color convert

RGB 73 75 186 -
CMYK 0.61 0.60 0 0.27
HSL 238.94º 0.45% 0.51% -
HSV(B) 238.94º 0.61% 0.73% -
XYZ 14.13 9.99 47.64 -
YUV 87.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 73 75 186 0.61 0.60 0 0.27 238.94 0.45 0.51
Hex 49 4B BA 3D 3C 0 1B EF 2D 33
Octal 111 113 272 75 74 0 33 357 55 63
Binary 1001001 1001011 10111010 111101 111100 0 11011 11101111 101101 110011

Color Harmonies of #494BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BBA

Black with #494BBA

Text Example


Text Example

White with #494BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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