Html Css Color HEX #494CDC Free Speech Blue

📋 copy color: '#494CDC'

red 73 ◦ green 76 ◦ blue 220

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

Shades of Free Speech Blue #494CDC

Tints of Free Speech Blue #494CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 19.78%
G = 20.6%
B = 59.62%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#494CDC (or 0x494CDC) is known color: Free Speech Blue. HEX triplet: 49, 4C and DC. RGB value is (73,76,220). Sum of RGB (Red+Green+Blue) = 73+76+220=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #494CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CDC is #B6B323. Grayscale: #5A5A5A. Windows color (decimal): -11973412 or 14437449. OLE color: 14437449.

HSL color Cylindrical-coordinate representation of color #494CDC: hue angle of 238.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494CDC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 76 220 -
CMYK 0.67 0.65 0 0.14
HSL 238.78º 0.68% 0.57% -
HSV(B) 238.78º 0.67% 0.86% -
XYZ 18.25 11.75 69.02 -
YUV 91.52 200.51 114.79 -
System Red Green Blue C M Y K H S L
Decimal 73 76 220 0.67 0.65 0 0.14 238.78 0.68 0.57
Hex 49 4C DC 43 41 0 E EF 44 39
Octal 111 114 334 103 101 0 16 357 104 71
Binary 1001001 1001100 11011100 1000011 1000001 0 1110 11101111 1000100 111001

Color Harmonies of #494CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CDC

Black with #494CDC

Text Example


Text Example

White with #494CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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