Html Css Color HEX #494ACB Free Speech Blue

📋 copy color: '#494ACB'

red 73 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Blue #494ACB

Tints of Free Speech Blue #494ACB

RGB

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

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

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

R = 20.86%
G = 21.14%
B = 58%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#494ACB (or 0x494ACB) is known color: Free Speech Blue. HEX triplet: 49, 4A and CB. RGB value is (73,74,203). Sum of RGB (Red+Green+Blue) = 73+74+203=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #494ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494ACB is #B6B534. Grayscale: #575757. Windows color (decimal): -11973941 or 13322825. OLE color: 13322825.

HSL color Cylindrical-coordinate representation of color #494ACB: hue angle of 239.54º 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 #494ACB is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 74 203 -
CMYK 0.64 0.64 0 0.20
HSL 239.54º 0.56% 0.54% -
HSV(B) 239.54º 0.64% 0.8% -
XYZ 15.98 10.63 57.71 -
YUV 88.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 73 74 203 0.64 0.64 0 0.20 239.54 0.56 0.54
Hex 49 4A CB 40 40 0 14 F0 38 36
Octal 111 112 313 100 100 0 24 360 70 66
Binary 1001001 1001010 11001011 1000000 1000000 0 10100 11110000 111000 110110

Color Harmonies of #494ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494ACB

Black with #494ACB

Text Example


Text Example

White with #494ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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