Html Css Color HEX #494CC0 Free Speech Blue

📋 copy color: '#494CC0'

red 73 ◦ green 76 ◦ blue 192

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

Shades of Free Speech Blue #494CC0

Tints of Free Speech Blue #494CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.3%

R = 21.41%
G = 22.29%
B = 56.3%

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

#494CC0 (or 0x494CC0) is known color: Free Speech Blue. HEX triplet: 49, 4C and C0. RGB value is (73,76,192). Sum of RGB (Red+Green+Blue) = 73+76+192=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #494CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CC0 is #B6B33F. Grayscale: #575757. Windows color (decimal): -11973440 or 12602441. OLE color: 12602441.

HSL color Cylindrical-coordinate representation of color #494CC0: hue angle of 238.49º degrees, saturation: 0.49, 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 #494CC0 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 76 192 -
CMYK 0.62 0.60 0 0.25
HSL 238.49º 0.49% 0.52% -
HSV(B) 238.49º 0.62% 0.75% -
XYZ 14.85 10.39 51.09 -
YUV 88.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 73 76 192 0.62 0.60 0 0.25 238.49 0.49 0.52
Hex 49 4C C0 3E 3C 0 19 EE 31 34
Octal 111 114 300 76 74 0 31 356 61 64
Binary 1001001 1001100 11000000 111110 111100 0 11001 11101110 110001 110100

Color Harmonies of #494CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CC0

Black with #494CC0

Text Example


Text Example

White with #494CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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