Html Css Color HEX #494FCD Free Speech Blue

📋 copy color: '#494FCD'

red 73 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Blue #494FCD

Tints of Free Speech Blue #494FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 20.45%
G = 22.13%
B = 57.42%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#494FCD (or 0x494FCD) is known color: Free Speech Blue. HEX triplet: 49, 4F and CD. RGB value is (73,79,205). Sum of RGB (Red+Green+Blue) = 73+79+205=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #494FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FCD is #B6B032. Grayscale: #5B5B5B. Windows color (decimal): -11972659 or 13455177. OLE color: 13455177.

HSL color Cylindrical-coordinate representation of color #494FCD: hue angle of 237.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494FCD is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 79 205 -
CMYK 0.64 0.61 0 0.20
HSL 237.27º 0.57% 0.55% -
HSV(B) 237.27º 0.64% 0.8% -
XYZ 16.56 11.42 59.09 -
YUV 91.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 73 79 205 0.64 0.61 0 0.20 237.27 0.57 0.55
Hex 49 4F CD 40 3D 0 14 ED 39 37
Octal 111 117 315 100 75 0 24 355 71 67
Binary 1001001 1001111 11001101 1000000 111101 0 10100 11101101 111001 110111

Color Harmonies of #494FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FCD

Black with #494FCD

Text Example


Text Example

White with #494FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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