Html Css Color HEX #494FC2 Free Speech Blue

📋 copy color: '#494FC2'

red 73 ◦ green 79 ◦ blue 194

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

Shades of Free Speech Blue #494FC2

Tints of Free Speech Blue #494FC2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 194 (76.17% from 255) = 56.07%

R = 21.1%
G = 22.83%
B = 56.07%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#494FC2 (or 0x494FC2) is known color: Free Speech Blue. HEX triplet: 49, 4F and C2. RGB value is (73,79,194). Sum of RGB (Red+Green+Blue) = 73+79+194=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #494FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FC2 is #B6B03D. Grayscale: #595959. Windows color (decimal): -11972670 or 12734281. OLE color: 12734281.

HSL color Cylindrical-coordinate representation of color #494FC2: hue angle of 237.02º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #494FC2 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 79 194 -
CMYK 0.62 0.59 0 0.24
HSL 237.02º 0.5% 0.52% -
HSV(B) 237.02º 0.62% 0.76% -
XYZ 15.28 10.9 52.34 -
YUV 90.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 73 79 194 0.62 0.59 0 0.24 237.02 0.5 0.52
Hex 49 4F C2 3E 3B 0 18 ED 32 34
Octal 111 117 302 76 73 0 30 355 62 64
Binary 1001001 1001111 11000010 111110 111011 0 11000 11101101 110010 110100

Color Harmonies of #494FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FC2

Black with #494FC2

Text Example


Text Example

White with #494FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,194); }

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

background-color css

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

 a { background-color: rgb(73,79,194); }

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

border-color css

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

 span { border-color: rgb(73,79,194); }

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