Html Css Color HEX #494ADD Free Speech Blue

📋 copy color: '#494ADD'

red 73 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #494ADD

Tints of Free Speech Blue #494ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 19.84%
G = 20.11%
B = 60.05%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#494ADD (or 0x494ADD) is known color: Free Speech Blue. HEX triplet: 49, 4A and DD. RGB value is (73,74,221). Sum of RGB (Red+Green+Blue) = 73+74+221=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #494ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ADD is #B6B522. Grayscale: #595959. Windows color (decimal): -11973923 or 14502473. OLE color: 14502473.

HSL color Cylindrical-coordinate representation of color #494ADD: hue angle of 239.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494ADD is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 74 221 -
CMYK 0.67 0.67 0 0.13
HSL 239.59º 0.69% 0.58% -
HSV(B) 239.59º 0.67% 0.87% -
XYZ 18.25 11.53 69.67 -
YUV 90.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 73 74 221 0.67 0.67 0 0.13 239.59 0.69 0.58
Hex 49 4A DD 43 43 0 D F0 45 3A
Octal 111 112 335 103 103 0 15 360 105 72
Binary 1001001 1001010 11011101 1000011 1000011 0 1101 11110000 1000101 111010

Color Harmonies of #494ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ADD

Black with #494ADD

Text Example


Text Example

White with #494ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,221); }

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

background-color css

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

 a { background-color: rgb(73,74,221); }

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

border-color css

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

 span { border-color: rgb(73,74,221); }

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