Html Css Color HEX #494DCB Free Speech Blue

📋 copy color: '#494DCB'

red 73 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Blue #494DCB

Tints of Free Speech Blue #494DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 20.68%
G = 21.81%
B = 57.51%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#494DCB (or 0x494DCB) is known color: Free Speech Blue. HEX triplet: 49, 4D and CB. RGB value is (73,77,203). Sum of RGB (Red+Green+Blue) = 73+77+203=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #494DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DCB is #B6B234. Grayscale: #595959. Windows color (decimal): -11973173 or 13323593. OLE color: 13323593.

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

Color convert

RGB 73 77 203 -
CMYK 0.64 0.62 0 0.20
HSL 238.15º 0.56% 0.54% -
HSV(B) 238.15º 0.64% 0.8% -
XYZ 16.18 11.04 57.78 -
YUV 90.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 73 77 203 0.64 0.62 0 0.20 238.15 0.56 0.54
Hex 49 4D CB 40 3E 0 14 EE 38 36
Octal 111 115 313 100 76 0 24 356 70 66
Binary 1001001 1001101 11001011 1000000 111110 0 10100 11101110 111000 110110

Color Harmonies of #494DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DCB

Black with #494DCB

Text Example


Text Example

White with #494DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,203); }

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

background-color css

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

 a { background-color: rgb(73,77,203); }

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

border-color css

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

 span { border-color: rgb(73,77,203); }

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