Html Css Color HEX #494BCC Free Speech Blue

📋 copy color: '#494BCC'

red 73 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #494BCC

Tints of Free Speech Blue #494BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 20.74%
G = 21.31%
B = 57.95%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#494BCC (or 0x494BCC) is known color: Free Speech Blue. HEX triplet: 49, 4B and CC. RGB value is (73,75,204). Sum of RGB (Red+Green+Blue) = 73+75+204=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #494BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BCC is #B6B433. Grayscale: #585858. Windows color (decimal): -11973684 or 13388617. OLE color: 13388617.

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

Color convert

RGB 73 75 204 -
CMYK 0.64 0.63 0 0.2
HSL 239.08º 0.56% 0.54% -
HSV(B) 239.08º 0.64% 0.8% -
XYZ 16.16 10.81 58.36 -
YUV 89.11 192.84 116.51 -
System Red Green Blue C M Y K H S L
Decimal 73 75 204 0.64 0.63 0 0.2 239.08 0.56 0.54
Hex 49 4B CC 40 3F 0 14 EF 38 36
Octal 111 113 314 100 77 0 24 357 70 66
Binary 1001001 1001011 11001100 1000000 111111 0 10100 11101111 111000 110110

Color Harmonies of #494BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BCC

Black with #494BCC

Text Example


Text Example

White with #494BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,75,204); }

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

background-color css

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

 a { background-color: rgb(73,75,204); }

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

border-color css

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

 span { border-color: rgb(73,75,204); }

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