Html Css Color HEX #494CBE Free Speech Blue

📋 copy color: '#494CBE'

red 73 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Blue #494CBE

Tints of Free Speech Blue #494CBE

RGB

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

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

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

R = 21.53%
G = 22.42%
B = 56.05%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#494CBE (or 0x494CBE) is known color: Free Speech Blue. HEX triplet: 49, 4C and BE. RGB value is (73,76,190). Sum of RGB (Red+Green+Blue) = 73+76+190=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #494CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CBE is #B6B341. Grayscale: #575757. Windows color (decimal): -11973442 or 12471369. OLE color: 12471369.

HSL color Cylindrical-coordinate representation of color #494CBE: hue angle of 238.46º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #494CBE is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 76 190 -
CMYK 0.62 0.60 0 0.25
HSL 238.46º 0.47% 0.52% -
HSV(B) 238.46º 0.62% 0.75% -
XYZ 14.63 10.3 49.93 -
YUV 88.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 73 76 190 0.62 0.60 0 0.25 238.46 0.47 0.52
Hex 49 4C BE 3E 3C 0 19 EE 2F 34
Octal 111 114 276 76 74 0 31 356 57 64
Binary 1001001 1001100 10111110 111110 111100 0 11001 11101110 101111 110100

Color Harmonies of #494CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CBE

Black with #494CBE

Text Example


Text Example

White with #494CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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