Html Css Color HEX #494CCD Free Speech Blue

📋 copy color: '#494CCD'

red 73 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Blue #494CCD

Tints of Free Speech Blue #494CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 20.62%
G = 21.47%
B = 57.91%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#494CCD (or 0x494CCD) is known color: Free Speech Blue. HEX triplet: 49, 4C and CD. RGB value is (73,76,205). Sum of RGB (Red+Green+Blue) = 73+76+205=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #494CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CCD is #B6B332. Grayscale: #595959. Windows color (decimal): -11973427 or 13454409. OLE color: 13454409.

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

Color convert

RGB 73 76 205 -
CMYK 0.64 0.63 0 0.20
HSL 238.64º 0.57% 0.55% -
HSV(B) 238.64º 0.64% 0.8% -
XYZ 16.35 10.99 59.02 -
YUV 89.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 73 76 205 0.64 0.63 0 0.20 238.64 0.57 0.55
Hex 49 4C CD 40 3F 0 14 EF 39 37
Octal 111 114 315 100 77 0 24 357 71 67
Binary 1001001 1001100 11001101 1000000 111111 0 10100 11101111 111001 110111

Color Harmonies of #494CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CCD

Black with #494CCD

Text Example


Text Example

White with #494CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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