Html Css Color HEX #494FDA Free Speech Blue

📋 copy color: '#494FDA'

red 73 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #494FDA

Tints of Free Speech Blue #494FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 19.73%
G = 21.35%
B = 58.92%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#494FDA (or 0x494FDA) is known color: Free Speech Blue. HEX triplet: 49, 4F and DA. RGB value is (73,79,218). Sum of RGB (Red+Green+Blue) = 73+79+218=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #494FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FDA is #B6B025. Grayscale: #5C5C5C. Windows color (decimal): -11972646 or 14307145. OLE color: 14307145.

HSL color Cylindrical-coordinate representation of color #494FDA: hue angle of 237.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494FDA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 79 218 -
CMYK 0.67 0.64 0 0.15
HSL 237.52º 0.66% 0.57% -
HSV(B) 237.52º 0.67% 0.85% -
XYZ 18.2 12.07 67.7 -
YUV 93.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 73 79 218 0.67 0.64 0 0.15 237.52 0.66 0.57
Hex 49 4F DA 43 40 0 F EE 42 39
Octal 111 117 332 103 100 0 17 356 102 71
Binary 1001001 1001111 11011010 1000011 1000000 0 1111 11101110 1000010 111001

Color Harmonies of #494FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FDA

Black with #494FDA

Text Example


Text Example

White with #494FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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