Html Css Color HEX #494CBB Free Speech Blue

📋 copy color: '#494CBB'

red 73 ◦ green 76 ◦ blue 187

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

Shades of Free Speech Blue #494CBB

Tints of Free Speech Blue #494CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.65%

R = 21.73%
G = 22.62%
B = 55.65%

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

#494CBB (or 0x494CBB) is known color: Free Speech Blue. HEX triplet: 49, 4C and BB. RGB value is (73,76,187). Sum of RGB (Red+Green+Blue) = 73+76+187=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #494CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CBB is #B6B344. Grayscale: #575757. Windows color (decimal): -11973445 or 12274761. OLE color: 12274761.

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

Color convert

RGB 73 76 187 -
CMYK 0.61 0.59 0 0.27
HSL 238.42º 0.46% 0.51% -
HSV(B) 238.42º 0.61% 0.73% -
XYZ 14.3 10.17 48.22 -
YUV 87.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 73 76 187 0.61 0.59 0 0.27 238.42 0.46 0.51
Hex 49 4C BB 3D 3B 0 1B EE 2E 33
Octal 111 114 273 75 73 0 33 356 56 63
Binary 1001001 1001100 10111011 111101 111011 0 11011 11101110 101110 110011

Color Harmonies of #494CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CBB

Black with #494CBB

Text Example


Text Example

White with #494CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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