Html Css Color HEX #494CCE Free Speech Blue

📋 copy color: '#494CCE'

red 73 ◦ green 76 ◦ blue 206

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

Shades of Free Speech Blue #494CCE

Tints of Free Speech Blue #494CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 20.56%
G = 21.41%
B = 58.03%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#494CCE (or 0x494CCE) is known color: Free Speech Blue. HEX triplet: 49, 4C and CE. RGB value is (73,76,206). Sum of RGB (Red+Green+Blue) = 73+76+206=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #494CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CCE is #B6B331. Grayscale: #595959. Windows color (decimal): -11973426 or 13519945. OLE color: 13519945.

HSL color Cylindrical-coordinate representation of color #494CCE: hue angle of 238.65º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494CCE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 76 206 -
CMYK 0.65 0.63 0 0.19
HSL 238.65º 0.58% 0.55% -
HSV(B) 238.65º 0.65% 0.81% -
XYZ 16.47 11.04 59.66 -
YUV 89.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 73 76 206 0.65 0.63 0 0.19 238.65 0.58 0.55
Hex 49 4C CE 41 3F 0 13 EF 3A 37
Octal 111 114 316 101 77 0 23 357 72 67
Binary 1001001 1001100 11001110 1000001 111111 0 10011 11101111 111010 110111

Color Harmonies of #494CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CCE

Black with #494CCE

Text Example


Text Example

White with #494CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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